From 170d1a7be9d848d60552cfea26126017b7926f92 Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Wed, 9 Apr 2025 15:33:52 +0200 Subject: [PATCH] chore(ci): Remove the creation of .tar.gz on releases Signed-off-by: Javier Rodriguez --- .goreleaser.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a5d5d6b94..5fcfc0daf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -56,13 +56,6 @@ builds: targets: - linux_amd64 archives: - - builds: - - cli - name_template: "chainloop-cli-{{ .Version }}-{{ .Os }}-{{ .Arch }}" - # Override default to not to include the readme nor license file - files: - - none* - # Include the plain binaries of the CLI for the release without version - format: binary id: binaries-cli name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"