1
0
Fork 0
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:
Sirish Bathina 2023-07-25 08:41:53 -10:00 committed by GitHub
parent 502bac1c38
commit a7806a21fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: