Skip to content

Commit

Permalink
goreleaser: remove arm64 for darwin
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
  • Loading branch information
gyuho committed May 6, 2022
1 parent 4ccf965 commit e318fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ builds:
ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm64
- goos: linux
goarch: 386
- goos: windows
Expand Down

0 comments on commit e318fc5

Please sign in to comment.