We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9fa67 commit 5a48f93Copy full SHA for 5a48f93
.goreleaser.yml
@@ -29,6 +29,8 @@ builds:
29
ignore:
30
- goos: darwin
31
goarch: '386'
32
+ - goos: windows
33
+ goarch: 'arm'
34
binary: '{{ .ProjectName }}_v{{ .Version }}'
35
archives:
36
- formats: [ 'zip' ]
0 commit comments