pgRouting / docker-pgrouting

Docker for pgRouting
https://hub.docker.com/repository/docker/pgrouting/pgrouting
GNU General Public License v2.0
64 stars 34 forks source link

Provide image for arm64 platform #57

Open cfoehrdes opened 1 year ago

cfoehrdes commented 1 year ago

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.