nilsnolde / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
257 stars 74 forks source link

Publish arm64 image #124

Closed nilsnolde closed 1 year ago

nilsnolde commented 1 year ago

Now that upstream has support for arm64 Docker image, we should publish it here too.

BjoernRave commented 1 year ago

WIthout this I can't run this container on an apple silicon mac right?

nilsnolde commented 1 year ago

Right.

BjoernRave commented 1 year ago

can I be of any help? If you give me some pointers at how to do it, I might be able to. Would love to use valhalla on my apple silicon mac

nilsnolde commented 1 year ago

it needs some adjustment in the dockerfile to adapt to the new dockerfile upstream (e.g. the base image changed to 23.04) and a few other changes, plus of course the github action to build and publish the arm64 image. it's quite mechanical. if no one else jumps at it, I'll get to it at some point. since it's of so little interest to ourselves, it might take a bit longer. happy to review PRs though.

nilsnolde commented 1 year ago

and fwiw, people can already use the native valhalla image. it's just a bit more manual in how you'd run it.