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

14 lines
329 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:
- name_template: gke-auth_{{ .Version }}_{{ if eq .Os "linux"}}Linux{{ else }}{{ .Os }}{{ end }}_{{- if eq .Arch "amd64" }}x86_64{{ else }}{{ .Arch }}{{ end }}
2022-03-09 17:07:42 -05:00
checksum:
name_template: 'checksums.txt'