From 9e3b246a8dc223d070451d3693176284fa669c13 Mon Sep 17 00:00:00 2001 From: Christian Lechner <22294087+lechnerc77@users.noreply.github.com.> Date: Thu, 19 Feb 2026 07:34:54 +0100 Subject: [PATCH] fix: remove unsported OS/arch combination from goreleaser --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4d2aba67..0d88c680 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,6 +25,8 @@ builds: ignore: - goos: darwin goarch: "386" + - goos: windows + goarch: arm binary: "btptf_v{{ .Version }}" archives: - formats: ["binary"]