There was an error while loading. Please reload this page.
2 parents 1ebf2dd + 89e2669 commit 211374eCopy full SHA for 211374e
1 file changed
.goreleaser.yml
@@ -33,6 +33,9 @@ builds:
33
ignore:
34
- goos: darwin
35
goarch: "386"
36
+ # Go does not support 32-bit ARM on Windows (unsupported GOOS/GOARCH pair).
37
+ - goos: windows
38
+ goarch: arm
39
binary: "{{ .ProjectName }}_v{{ .Version }}"
40
41
archives:
0 commit comments