build: add armv6 support to goreleaser

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 02:45:34 -08:00
parent 5e028a847c
commit 91355283a3

View file

@ -33,6 +33,7 @@ builds:
- loong64 - loong64
- arm - arm
goarm: goarm:
- "6"
- "7" - "7"
main: ./cmd/picoclaw main: ./cmd/picoclaw
ignore: ignore:
@ -59,6 +60,7 @@ builds:
- loong64 - loong64
- arm - arm
goarm: goarm:
- "6"
- "7" - "7"
main: ./cmd/picoclaw-launcher main: ./cmd/picoclaw-launcher
ignore: ignore: