Update .goreleaser.yaml

removed deprecated 'replacements'
This commit is contained in:
Annika Hannig 2024-02-12 21:00:28 +01:00 committed by GitHub
parent 8ce5bcd22e
commit 4a05471da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,9 +20,6 @@ builds:
- -X "github.com/alice-lg/alice-lg/pkg/config.Version={{ .Version }}" - -X "github.com/alice-lg/alice-lg/pkg/config.Version={{ .Version }}"
archives: archives:
- name_template: 'alice-lg_{{ .Version }}_{{ .Os }}_{{ .Arch }}' - name_template: 'alice-lg_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
replacements:
386: i386
amd64: x86_64
checksum: checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'