mirror of
https://github.com/jwhited/wgsd.git
synced 2025-01-18 13:59:34 +08:00
goreleaser tweaks
Signed-off-by: Jordan Whited <jordan@jordanwhited.com>
This commit is contained in:
parent
f6140018d7
commit
42d88f8049
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user