mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
Update .goreleaser.yml (#162)
This commit is contained in:
parent
502bac1c38
commit
a7806a21fc
1 changed files with 8 additions and 4 deletions
|
@ -17,10 +17,14 @@ builds:
|
|||
- arm64
|
||||
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: MacOS
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
- name_template: >-
|
||||
{{ .ProjectName }}_
|
||||
{{- .Version }}_
|
||||
{{- if eq .Os "darwin" }}MacOS
|
||||
{{- else if eq .Os "linux" }}Linux
|
||||
{{- else if eq .Os "windows" }}Windows
|
||||
{{- else }}{{ .Os }}{{ end }}_
|
||||
{{- .Arch }}
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
|
|
Loading…
Reference in a new issue