Skip to content

Commit

Permalink
fix: goreleaser unsupported pair for windows+arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 25, 2023
1 parent 8c4c218 commit cc6fdca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ builds:
- amd64
- 386
- arm64
ignore:
- goos: windows
goarch: arm64
archives:
- format_overrides:
- goos: windows
Expand Down

0 comments on commit cc6fdca

Please sign in to comment.