Skip to content

Commit 3e99d3d

Browse files
authored
feat: disable building windows arm64 (#122)
Its an invalid GOOS/GOARCH combo. Not sure how this ever worked. Signed-off-by: Alex Dulin <[email protected]> Signed-off-by: Alex Dulin <[email protected]>
1 parent e6e82a6 commit 3e99d3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ builds:
99
- windows
1010
- darwin
1111
- linux
12+
ignore:
13+
- goos: windows
14+
goarch: arm64
1215
archives:
1316
- id: main
1417
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"

0 commit comments

Comments
 (0)