mirror of
https://github.com/jwhited/wgsd.git
synced 2025-01-18 22:09: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:
|
archives:
|
||||||
- id: coredns
|
- 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:
|
builds:
|
||||||
- coredns
|
- coredns
|
||||||
|
|
||||||
- id: wgsd-client
|
- 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:
|
builds:
|
||||||
- wgsd-client
|
- wgsd-client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user