docker-pgrouting icon indicating copy to clipboard operation
docker-pgrouting copied to clipboard

Provide image for arm64 platform

Open cfoehrdes opened this issue 1 year ago • 1 comments

Problem The docker image is only published for amd64 architecture. For Developers working on Apple silicon this means they will run in Rosetta2 emulation.

Improvement Create and push an arm64 build

Alternatives The current image is working but is running slow due to the emulation. Other alternative is doing a custom build on the development system based on the docker files from the repo.

cfoehrdes avatar Apr 24 '23 08:04 cfoehrdes

I think the maintainers are waiting for the underlying postgis/postgis image support for the arm64. You can check the status here: https://github.com/postgis/docker-postgis/issues/216#issuecomment-2016916803 Hopefully, we'll get it soon

neseleznev avatar Sep 06 '24 09:09 neseleznev