Skip to content

Commit ebec024

Browse files
authored
Merge pull request #25 from parca-dev/brancz-patch-1
Update .goreleaser.yml
2 parents 3481845 + 8349ea8 commit ebec024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ archives:
2525
{{ .ProjectName }}_
2626
{{- trimprefix .Version "v" }}_
2727
{{- title .Os }}_
28-
{{- if eq .Arch "amd64_v1" }}x86_64
29-
{{- else if eq .Arch "arm64_v8.0" }}aarch64
28+
{{- if eq .Arch "amd64" }}x86_64
29+
{{- else if eq .Arch "arm64" }}aarch64
3030
{{- else }}{{ .Arch }}{{ end }}
3131
format: binary
3232
format_overrides:

0 commit comments

Comments
 (0)