Context
Faraday's Docker images are being migrated to multi-arch (amd64 + arm64) to support Apple Silicon developer machines natively.
xsv2 currently only publishes linux-x86_64 binaries. We need an aarch64 (or linux-arm64) release binary so libs/images/model-train-base/Dockerfile can download the correct binary based on TARGETARCH.
Related
Part of the multi-arch Docker images effort in faradayio/fdy. See docs/plans/2026-02-23-multi-arch-docker-images-design.md in that repo.
Context
Faraday's Docker images are being migrated to multi-arch (amd64 + arm64) to support Apple Silicon developer machines natively.
xsv2 currently only publishes
linux-x86_64binaries. We need anaarch64(orlinux-arm64) release binary solibs/images/model-train-base/Dockerfilecan download the correct binary based onTARGETARCH.Related
Part of the multi-arch Docker images effort in faradayio/fdy. See
docs/plans/2026-02-23-multi-arch-docker-images-design.mdin that repo.