Skip to content

Commit 1fed68e

Browse files
committed
fix: disabel arm64 for windows
1 parent ba9185e commit 1fed68e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.goreleaser.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ builds:
1212
- darwin
1313
- windows
1414
goarch:
15-
- 386
15+
- "386"
1616
- amd64
1717
- arm
1818
- arm64
19+
goarm:
20+
- "7"
21+
ignore:
22+
- goos: windows
23+
goarch: arm64
1924
mod_timestamp: '{{ .CommitTimestamp }}'
2025
flags:
2126
- -trimpath

0 commit comments

Comments
 (0)