Skip to content

Commit 4174311

Browse files
committed
chore: ignore broken windows arm goreleaser target
1 parent 809439a commit 4174311

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ builds:
2828
- mipsle
2929
- mips64
3030
- mips64le
31+
ignore:
32+
- goos: windows
33+
goarch: arm
3134
ldflags:
3235
- -s -w -X main.Version={{.Tag}}
3336
archives:

0 commit comments

Comments
 (0)