goreleaser tweaks

Signed-off-by: Jordan Whited <jordan@jordanwhited.com>
This commit is contained in:
Jordan Whited 2022-12-18 15:29:44 -08:00
parent f6140018d7
commit 42d88f8049

View File

@ -31,11 +31,13 @@ builds:
archives:
- id: coredns
format: binary
format: tar.gz
name_template: wgsd-coredns_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
builds:
- coredns
- id: wgsd-client
format: binary
format: tar.gz
name_template: wgsd-client_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
builds:
- wgsd-client