Skip to content

Commit

Permalink
Merge pull request #111 from zerodivisi0n/feature/arm64-arch
Browse files Browse the repository at this point in the history
Add arm64 arch
  • Loading branch information
lc committed Oct 28, 2023
2 parents 0db165c + 7029d1a commit abf8b12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ builds:
goarch:
- amd64
- 386
- arm64
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: 'arm64'
main: ./cmd/gau/
archives:
- id: tgz
Expand Down

0 comments on commit abf8b12

Please sign in to comment.