Context
Faraday's Docker images are being migrated to multi-arch (amd64 + arm64) to support Apple Silicon developer machines natively.
geocode-csv currently only publishes x86_64-unknown-linux-musl binaries. We need aarch64-unknown-linux-musl release binaries so the following Dockerfiles can download the correct binary based on TARGETARCH:
libs/images/model-train-base/Dockerfile
src/backstaff/Dockerfile
libs/images/fdy_geocodeplacespec/Dockerfile
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.
geocode-csv currently only publishes
x86_64-unknown-linux-muslbinaries. We needaarch64-unknown-linux-muslrelease binaries so the following Dockerfiles can download the correct binary based onTARGETARCH:libs/images/model-train-base/Dockerfilesrc/backstaff/Dockerfilelibs/images/fdy_geocodeplacespec/DockerfileRelated
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.