From 4ac9a1041c7d1429d22c363414512c7e8cdb31d6 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 15 Feb 2026 14:16:59 +0100 Subject: [PATCH] fix: remove broken targets --- .goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 27f51b3..671cad2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -38,9 +38,11 @@ builds: - goos: openbsd goarch: arm goarm: 6 + # Broken as of Go 1.24, deprecated as of Go 1.26 - goos: freebsd goarch: arm - goarm: 6 + - goos: windows + goarch: arm archives: - name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"