Skip to content

Commit 3e728a4

Browse files
committed
try ignoring failing windows/arm
1 parent 86eff9e commit 3e728a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ builds:
2929
ignore:
3030
- goos: darwin
3131
goarch: '386'
32+
- goos: windows
33+
goarch: arm
3234
binary: '{{ .ProjectName }}_v{{ .Version }}'
3335
archives:
3436
- format: zip
@@ -42,7 +44,7 @@ checksum:
4244
signs:
4345
- artifacts: checksum
4446
args:
45-
# 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
4648
# need to pass the batch flag to indicate its not interactive.
4749
- "--batch"
4850
- "--local-user"

0 commit comments

Comments
 (0)