Skip to content

Commit

Permalink
fix: unsupported GOOS/GOARCH pair windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
regel committed May 26, 2023
1 parent 80ad671 commit c8acf80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ builds:
goarch:
- amd64
- arm64
# List of combinations of GOOS + GOARCH + GOARM to ignore.
# unsupported GOOS/GOARCH pair windows/arm64
ignore:
- goos: windows
goarch: arm64
env:
- CGO_ENABLED=0
- id: goboring
Expand Down

0 comments on commit c8acf80

Please sign in to comment.