Skip to content

Commit 8c82c11

Browse files
committed
fix: disable window arm
1 parent 8d1d80b commit 8c82c11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ builds:
2525
goarm:
2626
- "6"
2727
- "7"
28+
ignore:
29+
- goos: windows
30+
goarch: arm
2831
flags:
2932
- '-tags="netgo osusergo"'
3033
ldflags:

0 commit comments

Comments
 (0)