We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eff9e commit 3e728a4Copy full SHA for 3e728a4
.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
- format: zip
@@ -42,7 +44,7 @@ checksum:
42
44
signs:
43
45
- artifacts: checksum
46
args:
- # if you are using this in a GitHub action or some other automated pipeline, you
47
+ # if you are using this in a GitHub action or some other automated pipeline, you
48
# need to pass the batch flag to indicate its not interactive.
49
- "--batch"
50
- "--local-user"
0 commit comments