From b63326173a38321f070649ee1373e62b1cda58a6 Mon Sep 17 00:00:00 2001 From: Jan Pieper Date: Thu, 31 Jul 2025 18:42:05 +0200 Subject: [PATCH] fix: have binaries, not archives, in the releases --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 5fab9c2..bf15331 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -32,7 +32,7 @@ builds: goarch: arm64 archives: - - formats: [tar.gz] + - formats: [binary] name_template: |- {{ .ProjectName }}-{{ .Os }}-{{ .Arch }}