1
0
Fork 0
mirror of https://github.com/imjasonh/gke-auth synced 2026-07-07 00:23:18 +00:00

fix goreleaser again, harder

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-03-19 16:32:30 -04:00
parent 0dc03d1319
commit 2277221009
Failed to extract signature

View file

@ -2,20 +2,19 @@ version: 2
builds:
- goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- id: foo
name_template: >-
gke-auth_
{{- .Version }}_
{{- if eq .Env.GOARCH "amd64" }}x86_64
{{- else }}{{ .Env.GOARCH }}{{ end }}_
{{- if eq .Env.GOOS "linux"}}Linux
{{- else }}{{ .Env.GOOS }}{{ end }}
.tar.gz
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}_
{{- if eq .Os "linux"}}Linux
{{- else }}{{ .Os }}{{ end }}
checksum:
name_template: 'checksums.txt'
goos:
- linux
goarch:
- amd64