Skip to content

Commit

Permalink
build darwin/arm64 binary on release (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 12, 2021
1 parent 1920370 commit 855571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
- CGO_ENABLED=0
id: macos
goos: [darwin]
goarch: [amd64]
goarch: [amd64, arm64]

- <<: *build_defaults
id: linux
Expand Down

0 comments on commit 855571c

Please sign in to comment.