Skip to content

Commit

Permalink
Add support for ARM64 (Apple Silicon / M1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Aug 29, 2021
1 parent c1060de commit 4dfe8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ builds:
goarch:
- amd64
- "386"
- arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand Down

0 comments on commit 4dfe8d5

Please sign in to comment.