Skip to content

Commit

Permalink
goreleaser: Update goarch and goos lists
Browse files Browse the repository at this point in the history
darwin-arm64 is gonna be built and released too
  • Loading branch information
legal90 committed Feb 20, 2022
1 parent 2e921dc commit b77a0db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ builds:
- linux
- darwin
- windows
ignore:
- goos: windows
goarch: 386
- goos: darwin
goarch: 386
goarch:
- amd64
- arm64

archives:
- format: zip
Expand Down

0 comments on commit b77a0db

Please sign in to comment.