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

21 lines
389 B
YAML
Raw Normal View History

version: 2
2022-03-09 17:07:42 -05:00
builds:
- goos:
2022-03-09 17:07:42 -05:00
- linux
- windows
- darwin
goarch:
- amd64
- arm64
2022-03-09 17:07:42 -05:00
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 }}
2022-03-09 17:07:42 -05:00
checksum:
name_template: 'checksums.txt'