Skip to content

Commit

Permalink
goreleaser: replacements is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
muraty committed Oct 24, 2024
1 parent 0bb361a commit bf89a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ builds:
main: main.go
goos:
- linux
goarch:
- amd64
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit bf89a0e

Please # to comment.