We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fda9a commit 5ec186cCopy full SHA for 5ec186c
.goreleaser.yml
@@ -28,6 +28,8 @@ builds:
28
ignore:
29
- goos: darwin
30
goarch: '386'
31
+ - goos: windows
32
+ goarch: arm64
33
binary: '{{ .ProjectName }}_v{{ .Version }}'
34
archives:
35
- format: zip
0 commit comments