Skip to content

Commit 7fc471d

Browse files
committed
Ignore windows and darwin builds for arm64
1 parent 08e5203 commit 7fc471d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ builds:
1414
goarch:
1515
- amd64
1616
- arm64
17+
ignore:
18+
- goos: darwin
19+
goarch: arm64
20+
- goos: windows
21+
goarch: arm64
1722

1823
archives:
1924
- builds:

0 commit comments

Comments
 (0)