Skip to content

Commit

Permalink
Merge pull request #143 from thedyrt/apple-silicon-builds
Browse files Browse the repository at this point in the history
Build darwin-arm64 for Apple Silicon
  • Loading branch information
vgarvardt authored Aug 25, 2022
2 parents 35c4588 + c9b9dfa commit 0fd6dd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ builds:
- linux
goarch:
- amd64
- arm64

ignore:
- goos: windows
goarch: arm64
- goos: linux
goarch: arm64

env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 0fd6dd1

Please sign in to comment.