Skip to content

Commit

Permalink
Don't replace amd64 with x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Oct 25, 2022
1 parent e1c55e8 commit bbc461e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ builds:
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
replacements:
386: i386
amd64: x86_64
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit bbc461e

Please sign in to comment.