From cf7f3cf7887518b923bd3faaace80d8a99cd7cb2 Mon Sep 17 00:00:00 2001 From: yxxhero <11087727+yxxhero@users.noreply.github.com> Date: Sat, 19 Apr 2025 12:11:39 +0800 Subject: [PATCH] feat: add helmfile archive configuration in goreleaser (#2000) Signed-off-by: yxxhero --- .goreleaser.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index aba37be9..e2f1a834 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -20,7 +20,14 @@ builds: - amd64 - arm64 - "386" - +archives: + - id: helmfile + ids: + - helmfile + builds_info: + group: root + owner: root + mode: 0644 changelog: use: github sort: asc