Skip to content

Commit

Permalink
added arm 64
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Mar 31, 2024
1 parent ef22bc9 commit 4db9ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ steps.tagging.outputs.tag }}
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ builds:
- 7
ignore:
- goos: windows
goarch: arm
goarch: arm64
checksum:
name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_checksums.txt'
changelog:
Expand Down Expand Up @@ -58,7 +58,7 @@ brews:

# GitHub/GitLab repository to push the formula to
# Gitea is not supported yet, but the support coming
tap:
repository:
owner: warrensbox
name: homebrew-tap

Expand Down

0 comments on commit 4db9ffc

Please sign in to comment.