feat/arm-cross-compilation #259

Merged
johnride merged 2 commits from feat/arm-cross-compilation into master 2026-04-11 11:13:52 +00:00

2 Commits

Author SHA1 Message Date
abb57b4059 fix(build): mark cross-arm.sh executable
All checks were successful
Run Check Script / check (pull_request) Successful in 1m54s
2026-04-10 08:22:53 -04:00
0b451c6f35 feat(build): aarch64 cross-compilation for agent crates
Adds ARM (Raspberry Pi) cross-compilation support for harmony_agent
and harmony_inventory_agent.

- .cargo/config.toml: aarch64-linux-gnu-gcc linker
- build/cross-arm.sh: local cross-build script with prereq checks
- .gitea/workflows/arm-agents.yaml: CI workflow that builds both
  agents for aarch64 on tagged releases and uploads them as
  release assets (same pattern as harmony_inventory_agent already
  uses)

Removes the unused 'harmony' dependency from harmony_agent — it
was vestigial (no actual imports) and was the only thing pulling
in heavy C deps (libvirt via virt) that blocked ARM builds.
2026-04-10 07:09:03 -04:00