Skip to content

Commit

Permalink
ci: rename arch from x86_64 to amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
germainlefebvre4 committed Dec 30, 2024
1 parent 5a44638 commit 3518d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ archives:
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- if eq .Arch "amd64" }}
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
Expand Down

0 comments on commit 3518d12

Please # to comment.