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
-3
View File
@@ -20,9 +20,6 @@ builds:
- -X "github.com/alice-lg/alice-lg/pkg/config.Version={{ .Version }}"
archives:
- name_template: 'alice-lg_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
replacements:
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'