Skip to content

Commit 5f4d57a

Browse files
committed
remove unsupported windows/arm build from reelase
1 parent 4754cc4 commit 5f4d57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ builds:
2121
ignore:
2222
- goos: darwin
2323
goarch: '386'
24+
- goos: windows
25+
goarch: arm
2426
binary: '{{ .ProjectName }}_v{{ .Version }}'
2527

2628
archives:

0 commit comments

Comments
 (0)