From b761a32ab7defc2fa7169ee6950f6e6509bad1ee Mon Sep 17 00:00:00 2001 From: Emile 'iMil' Heitor Date: Thu, 19 Feb 2026 06:18:42 +0100 Subject: [PATCH] ignore platforms s390x mips64 and arm for NetBSD --- .goreleaser.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3652d2ff8..5986d7dde 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -40,6 +40,12 @@ builds: ignore: - goos: windows goarch: arm + - goos: netbsd + goarch: s390x + - goos: netbsd + goarch: mips64 + - goos: netbsd + goarch: arm - id: picoclaw-launcher binary: picoclaw-launcher