Skip to content

Commit

Permalink
build arm64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
SemanticallyNull committed Jul 14, 2020
1 parent 8979f92 commit f9e3d29
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 f9e3d29

Please sign in to comment.