update rel config
parent
6670600756
commit
adb1475474
|
|
@ -22,16 +22,17 @@ builds:
|
||||||
- 7
|
- 7
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w -X github.com/derailed/k9s/cmd.version={{.Version}} -X github.com/derailed/k9s/cmd.commit={{.Commit}} -X github.com/derailed/k9s/cmd.date={{.Date}}
|
- -s -w -X github.com/derailed/k9s/cmd.version={{.Version}} -X github.com/derailed/k9s/cmd.commit={{.Commit}} -X github.com/derailed/k9s/cmd.date={{.Date}}
|
||||||
archive:
|
archives:
|
||||||
replacements:
|
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
||||||
darwin: Darwin
|
replacements:
|
||||||
linux: Linux
|
darwin: Darwin
|
||||||
windows: Windows
|
linux: Linux
|
||||||
bit: Arm
|
windows: Windows
|
||||||
bitv6: Arm6
|
bit: Arm
|
||||||
bitv7: Arm7
|
bitv6: Arm6
|
||||||
386: i386
|
bitv7: Arm7
|
||||||
amd64: x86_64
|
386: i386
|
||||||
|
amd64: x86_64
|
||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
snapshot:
|
snapshot:
|
||||||
|
|
@ -43,7 +44,7 @@ changelog:
|
||||||
- "^docs:"
|
- "^docs:"
|
||||||
- "^test:"
|
- "^test:"
|
||||||
|
|
||||||
# Homebrew
|
# Homebrews
|
||||||
brews:
|
brews:
|
||||||
- name: k9s
|
- name: k9s
|
||||||
github:
|
github:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue