build: add armv6 support to goreleaser (#905)

Add GOARM=6 targets for both picoclaw and picoclaw-launcher builds
to support older ARM devices like Raspberry Pi Zero/1.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Guoguo
2026-02-28 18:54:23 +08:00
committed by GitHub
parent 5e028a847c
commit 08599f8736
+2
View File
@@ -33,6 +33,7 @@ builds:
- loong64
- arm
goarm:
- "6"
- "7"
main: ./cmd/picoclaw
ignore:
@@ -59,6 +60,7 @@ builds:
- loong64
- arm
goarm:
- "6"
- "7"
main: ./cmd/picoclaw-launcher
ignore: