Skip to content

Commit 197b88a

Browse files
authored
ignore build windows/arm64
1 parent ef8bc3f commit 197b88a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ builds:
2828
ignore:
2929
- goos: darwin
3030
goarch: '386'
31+
- goos: windows
32+
goarch: arm64
3133
binary: '{{ .ProjectName }}_v{{ .Version }}'
3234
archives:
3335
- format: zip

0 commit comments

Comments
 (0)