mirror of
https://github.com/imjasonh/gke-auth
synced 2026-07-07 00:23:18 +00:00
fix goreleaser again, even more
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
2277221009
commit
ed9a0dd09f
1 changed files with 1 additions and 8 deletions
|
|
@ -8,13 +8,6 @@ builds:
|
|||
- amd64
|
||||
- arm64
|
||||
archives:
|
||||
- id: foo
|
||||
name_template: >-
|
||||
gke-auth_
|
||||
{{- .Version }}_
|
||||
{{- if eq .Arch "amd64" }}x86_64
|
||||
{{- else }}{{ .Arch }}{{ end }}_
|
||||
{{- if eq .Os "linux"}}Linux
|
||||
{{- else }}{{ .Os }}{{ end }}
|
||||
- name_template: gke-auth_{{ .Version }}_{{ if eq .Os "linux"}}Linux{{ else }}{{ .Os }}{{ end }}_{{- if eq .Arch "amd64" }}x86_64{{ else }}{{ .Arch }}{{ end }}
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue