Skip to content

Commit

Permalink
Exclude windows arm64 from goreleaser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cprivitere authored Sep 30, 2022
1 parent 2b9c80a commit 40622e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ builds:
goarm:
- 6
- 7

ignore:
- goos: windows
goarch: arm64
archives:
- format: binary
name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
Expand Down

0 comments on commit 40622e5

Please sign in to comment.