mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-22 10:47:17 +00:00
Fix goreleaser artifact names (#125)
This commit is contained in:
@@ -17,13 +17,7 @@ source:
|
|||||||
archives:
|
archives:
|
||||||
# Default template uses underscores instead of -
|
# Default template uses underscores instead of -
|
||||||
- name_template: >-
|
- name_template: >-
|
||||||
{{ .ProjectName }}-
|
{{ .ProjectName }}-{{ .Tag }}-{{- title .Os }}-{{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}
|
||||||
{{ .Tag }}-
|
|
||||||
{{- title .Os }}-
|
|
||||||
{{- if eq .Arch "amd64" }}x86_64
|
|
||||||
{{- else if eq .Arch "386" }}i386
|
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
|
||||||
{{- if .Arm }}v{{ .Arm }}{{ end }}
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: '{{ .ProjectName }}-{{ .Tag }}-checksums.txt'
|
name_template: '{{ .ProjectName }}-{{ .Tag }}-checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
Reference in New Issue
Block a user