Skip to content

Commit

Permalink
goreleaser: explicitly add goarch default value
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Mar 26, 2024
1 parent ae63e92 commit 30df5dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- "386"

release:
make_latest: false
Expand Down

0 comments on commit 30df5dd

Please sign in to comment.