Skip to content

Commit

Permalink
chore: exclude windows/arm64 release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 17, 2023
1 parent 29fd0a2 commit 9c2804c
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 @@ -28,6 +28,8 @@ builds:
ignore:
- goos: darwin
goarch: "386"
- goos: windows
goarch: "arm64"
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: zip
Expand Down

0 comments on commit 9c2804c

Please sign in to comment.