Skip to content

Commit 813894e

Browse files
authored
Skip windows arm* builds (#256)
1 parent 6b48a4c commit 813894e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ builds:
1919
ignore:
2020
- goos: darwin
2121
goarch: '386'
22+
- goos: windows
23+
goarch: arm64
24+
- goos: windows
25+
goarch: arm
2226
binary: '{{ .ProjectName }}_v{{ .Version }}'
2327
archives:
2428
- id: default

0 commit comments

Comments
 (0)