.goreleaser: Update deprecated syntax

This commit is contained in:
Manuel Rüger 2023-07-05 17:40:55 +02:00
parent cbe0b05dab
commit d147aac98b

View File

@ -18,12 +18,12 @@ builds:
- amd64
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot: