Skip to content

Commit

Permalink
Update gorelease to ignore building windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Nov 9, 2021
1 parent 0d0b477 commit c0aa677
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Expand Up @@ -24,6 +24,9 @@ builds:
env:
- CGO_ENABLED=0
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
ignore:
- goos: windows
goarch: arm64

archives:
- replacements:
Expand Down

0 comments on commit c0aa677

Please sign in to comment.