[chore] Ignore windows/arm when building releases

This commit is contained in:
xvlcwk
2024-01-12 14:42:36 +01:00
committed by chris
parent 092b11972e
commit a8bef11d81

View File

@@ -24,6 +24,10 @@ builds:
ignore:
- goos: darwin
goarch: '386'
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- id: zip