1
0
Fork 0
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:
Jason Hall 2025-03-19 16:35:41 -04:00
parent 2277221009
commit ed9a0dd09f
Failed to extract signature

View file

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