From 6618bb4483cc64d47e1fc166b0e6daee2cf401c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4fer?= Date: Sun, 22 Feb 2026 23:34:24 +0100 Subject: [PATCH] Remove binary archives configuration from .goreleaser.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Schäfer --- .goreleaser.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 0200ee5..71ad122 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -22,21 +22,12 @@ builds: ldflags: - -s -w -X main.newtVersion={{ .Tag }} -archives: - - id: binaries - builds: - - newt - format: binary - name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" - checksum: name_template: "checksums.txt" nfpms: - id: packages package_name: newt - builds: - - newt vendor: fosrl maintainer: fosrl description: Newt - userspace tunnel client and TCP/UDP proxy