Skip to content

Commit

Permalink
Merge pull request #11 from tonobo/ignore-windows-arm
Browse files Browse the repository at this point in the history
goreleaser: Ignore windows arm64
  • Loading branch information
tomsiewert authored May 6, 2022
2 parents 09abe82 + c04f666 commit 76f73c4
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 @@ -19,6 +19,8 @@ build:
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: arm64
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit 76f73c4

Please sign in to comment.