feat: add helmfile archive configuration in goreleaser (#2000)
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
24f900ac9b
commit
cf7f3cf788
|
|
@ -20,7 +20,14 @@ builds:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
- "386"
|
- "386"
|
||||||
|
archives:
|
||||||
|
- id: helmfile
|
||||||
|
ids:
|
||||||
|
- helmfile
|
||||||
|
builds_info:
|
||||||
|
group: root
|
||||||
|
owner: root
|
||||||
|
mode: 0644
|
||||||
changelog:
|
changelog:
|
||||||
use: github
|
use: github
|
||||||
sort: asc
|
sort: asc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue