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:
parent
5e028a847c
commit
08599f8736
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue