Update .goreleaser.yaml
removed deprecated 'replacements'
This commit is contained in:
parent
8ce5bcd22e
commit
4a05471da0
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user