mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-12-04 18:36:26 +00:00
Fix goreleaser archive name template
This commit is contained in:
parent
a5f9082c15
commit
963b5d25dd
@ -19,11 +19,11 @@ builds:
|
|||||||
archives:
|
archives:
|
||||||
- name_template: >-
|
- name_template: >-
|
||||||
{{- .ProjectName }}_
|
{{- .ProjectName }}_
|
||||||
|
{{- .Version }}
|
||||||
{{- title .Os }}_
|
{{- title .Os }}_
|
||||||
{{- if eq .Arch "amd64" }}x86_64
|
{{- if eq .Arch "amd64" }}x86_64
|
||||||
{{- else if eq .Arch "arm64" }}aarch64
|
{{- else if eq .Arch "arm64" }}aarch64
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}{{ end -}}
|
||||||
{{- if .Arm }}v{{ .Arm }}{{ end -}}
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
Loading…
Reference in New Issue
Block a user