2025-03-19 16:24:03 -04:00
|
|
|
version: 2
|
2022-03-09 17:07:42 -05:00
|
|
|
builds:
|
2025-03-19 16:24:03 -04:00
|
|
|
- goos:
|
2022-03-09 17:07:42 -05:00
|
|
|
- linux
|
2025-03-19 16:32:30 -04:00
|
|
|
- windows
|
|
|
|
|
- darwin
|
|
|
|
|
goarch:
|
|
|
|
|
- amd64
|
|
|
|
|
- arm64
|
2022-03-09 17:07:42 -05:00
|
|
|
archives:
|
2025-03-19 16:24:03 -04:00
|
|
|
- id: foo
|
|
|
|
|
name_template: >-
|
2025-03-19 16:29:57 -04:00
|
|
|
gke-auth_
|
|
|
|
|
{{- .Version }}_
|
2025-03-19 16:32:30 -04:00
|
|
|
{{- if eq .Arch "amd64" }}x86_64
|
|
|
|
|
{{- else }}{{ .Arch }}{{ end }}_
|
|
|
|
|
{{- if eq .Os "linux"}}Linux
|
|
|
|
|
{{- else }}{{ .Os }}{{ end }}
|
2022-03-09 17:07:42 -05:00
|
|
|
checksum:
|
|
|
|
|
name_template: 'checksums.txt'
|