Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit b018d77

Browse files
authored
Don't build for windows_arm64 (Fixes #84) (#85)
Looks like goreleaser started building for windows/arm64 which we don't support so lets skip it in the build matrix.
1 parent 24ac018 commit b018d77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ builds:
1414
- linux
1515
- windows
1616
- darwin
17+
ignore:
18+
- goos: windows
19+
goarch: arm64
1720
archives:
1821
- replacements:
1922
darwin: Darwin

0 commit comments

Comments
 (0)