You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Add `compile:linux-arm64` script and use `TARGETARCH` in the
Dockerfile to select the correct compile target at build time
- Add QEMU and Docker Buildx steps to the release workflow, enabling
`platforms: linux/amd64,linux/arm64` multi-arch image builds
- Remove hardcoded `platform: linux/amd64` from `docker-compose.yml` so
the platform is auto-detected
## Verification
Multi-arch build tested successfully via `workflow_dispatch`:
https://github.com/harrisony/plexus/actions/runs/25427061173
---------
Co-authored-by: Matt Cowger <matt@cowger.us>
0 commit comments