Skip to content

Commit e0009c8

Browse files
authored
Merge pull request #26 from parca-dev/brancz-patch-2
.goreleaser.yml: Handle Darwin and Linux respectively
2 parents ebec024 + bcb2ca3 commit e0009c8

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)