Skip to content

Commit f70cb9b

Browse files
committed
Use amd64 instead of x86_64
1 parent 74324ba commit f70cb9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ archives:
2626
{{- .ProjectName }}_
2727
{{- .Version }}_
2828
{{- title .Os }}_
29-
{{- if eq .Arch "amd64" }}x86_64
30-
{{- else }}{{ .Arch }}{{ end }}
29+
{{- .Arch }}
3130
{{- if .Arm }}v{{ .Arm }}{{ end -}}
3231
format_overrides:
3332
- goos: windows

0 commit comments

Comments
 (0)