Skip to content

Commit

Permalink
Merge pull request #137 from SemanticallyNull/master
Browse files Browse the repository at this point in the history
Build arm64 binaries
  • Loading branch information
dnephin committed Jul 14, 2020
2 parents 8979f92 + f9e3d29 commit 22714a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ builds:
- darwin
- windows
- linux
goarch: [amd64]
goarch:
- amd64
- arm64
env: [CGO_ENABLED=0]

checksum:
Expand Down

0 comments on commit 22714a3

Please sign in to comment.