Skip to content

Commit

Permalink
Build darwin-arm64 for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Aug 23, 2022
1 parent 35c4588 commit c9b9dfa
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 c9b9dfa

Please sign in to comment.