We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
darwin/arm64
1 parent 61238b9 commit 22d9388Copy full SHA for 22d9388
.goreleaser.yml
@@ -26,6 +26,8 @@ builds:
26
- arm
27
- arm64
28
ignore:
29
+ - goos: darwin
30
+ goarch: arm64
31
- goos: darwin
32
goarch: '386'
33
binary: '{{ .ProjectName }}_v{{ .Version }}'
0 commit comments