mirror of
https://github.com/imjasonh/gke-auth
synced 2026-07-07 00:23:18 +00:00
fix goreleaser again
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
8ad3003854
commit
0dc03d1319
2 changed files with 13 additions and 2 deletions
|
|
@ -5,6 +5,17 @@ builds:
|
|||
archives:
|
||||
- id: foo
|
||||
name_template: >-
|
||||
gke-auth_{{ .Version }}_Linux_x86_64
|
||||
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
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue