Skip to content

Commit

Permalink
ignore unsupported GOOS/GOARCH pair windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarreira committed Aug 10, 2022
1 parent 47c9be3 commit bbc47d0
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 @@ -27,6 +27,8 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: windows
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit bbc47d0

Please sign in to comment.