We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebec024 commit bcb2ca3Copy full SHA for bcb2ca3
.goreleaser.yml
@@ -26,7 +26,7 @@ archives:
26
{{- trimprefix .Version "v" }}_
27
{{- title .Os }}_
28
{{- if eq .Arch "amd64" }}x86_64
29
- {{- else if eq .Arch "arm64" }}aarch64
+ {{- else if eq .Arch "arm64" }}{{ if eq .Os "darwin" }}arm64{{ else }}aarch64{{ end }}
30
{{- else }}{{ .Arch }}{{ end }}
31
format: binary
32
format_overrides:
0 commit comments