Skip to content

Commit

Permalink
fix(goreleaser): support for arm64 and single binaries (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanilhirani authored Sep 18, 2024
1 parent 4638ab0 commit 1e2e270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ builds:
- windows
goarch:
- amd64
- arm64
universal_binaries:
- replace: true

archives:
- format_overrides:
- goos: windows
Expand Down

0 comments on commit 1e2e270

Please sign in to comment.