Replies: 2 comments
-
Valhalla itself is fine by now on arm64. This project here just doesn't build the appropriate image yet, see #124. Happy to review a PR, personally I have little interest. The Dockerfile will need an update as well, the base image moved to 23.04. |
Beta Was this translation helpful? Give feedback.
-
btw, I'm not sure you can do a "matrix" build here. unless that push action aggregates the builds before pushing or does some other trickery with manifests. otherwise you'd simply overwrite a previous push with a new one and the previous arch wouldn't be available. we just had that problem upstream. |
Beta Was this translation helpful? Give feedback.
-
I'm wondering if there any known issues with building Valhalla on Arm.
The issues I found seemed to be around running the x86 build on Arm Macs.
I'm considering running Valhalla on Arm servers in production due to lower hosting costs. It seems it might be possible with some small changes to the Github Actions workflow file to build a second image:
First, do a marix build with the extra platform:
Later, Also use the matrix feature for the push step:
Are there extra complications that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions