Skip to content

Commit 1332ed9

Browse files
committed
Ignore not support arch pair
1 parent fae2f08 commit 1332ed9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ builds:
1111
- windows
1212
- linux
1313
- darwin
14+
ignore:
15+
- goos: windows
16+
goarch: arm
17+
- goos: windows
18+
goarch: arm64
19+
- goos: darwin
20+
goarch: arm
1421
hooks:
1522
post:
1623
- upx "{{ .Path }}"

0 commit comments

Comments
 (0)