Skip to content

Commit bcb2ca3

Browse files
authored
.goreleaser.yml: Handle Darwin and Linux respectively
1 parent ebec024 commit bcb2ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ archives:
2626
{{- trimprefix .Version "v" }}_
2727
{{- title .Os }}_
2828
{{- if eq .Arch "amd64" }}x86_64
29-
{{- else if eq .Arch "arm64" }}aarch64
29+
{{- else if eq .Arch "arm64" }}{{ if eq .Os "darwin" }}arm64{{ else }}aarch64{{ end }}
3030
{{- else }}{{ .Arch }}{{ end }}
3131
format: binary
3232
format_overrides:

0 commit comments

Comments
 (0)