mirror of
https://github.com/imjasonh/gke-auth
synced 2026-07-07 00:23:18 +00:00
fix goreleaser.yaml
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
67c4eb59a8
commit
8ad3003854
1 changed files with 5 additions and 17 deletions
|
|
@ -1,22 +1,10 @@
|
|||
before:
|
||||
hooks:
|
||||
- go mod tidy
|
||||
version: 2
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- goos:
|
||||
- linux
|
||||
archives:
|
||||
- replacements:
|
||||
linux: Linux
|
||||
amd64: x86_64
|
||||
- id: foo
|
||||
name_template: >-
|
||||
gke-auth_{{ .Version }}_Linux_x86_64
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
name_template: "{{ incpatch .Version }}-next"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- '^docs:'
|
||||
- '^test:'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue