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
|
- arm64
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- replacements:
|
- name_template: >-
|
||||||
darwin: MacOS
|
{{ .ProjectName }}_
|
||||||
linux: Linux
|
{{- .Version }}_
|
||||||
windows: Windows
|
{{- if eq .Os "darwin" }}MacOS
|
||||||
|
{{- else if eq .Os "linux" }}Linux
|
||||||
|
{{- else if eq .Os "windows" }}Windows
|
||||||
|
{{- else }}{{ .Os }}{{ end }}_
|
||||||
|
{{- .Arch }}
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'checksums.txt'
|
name_template: 'checksums.txt'
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|
Loading…
Reference in a new issue