mirror of
https://github.com/imjasonh/gke-auth
synced 2026-07-07 00:23:18 +00:00
21 lines
391 B
YAML
21 lines
391 B
YAML
version: 2
|
|
builds:
|
|
- goos:
|
|
- linux
|
|
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
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|