-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 / Apple Silicon builds in Docker Hub #301
Comments
Hi @agusterodin unfortunately we are not yet privileged enough to own the new shinny M1. Is there any docker image that is working on the new M1. If so can , which one is it. The idea is that we need to compare what base image the working image is using. |
I have built an arm64 version on my machine. It appears to work perfectly. It is on the docker hub under jeffrosen1092/postgis:latest. Is there anything else I can do to help? |
Thanks, @agusterodin, You could do a PR so that we can incorporate it with this image. |
And also can you add a link to your dockerhub |
What exactly should the PR contain? I performed the build on my machine with this command Doesn't this boil down to updating the pipeline (and maybe dockerfile)? I've heard that people that build with Github Actions are blocked by the fact that you can't build ARM64 on their pipelines (similar to what is mentioned here postgis/docker-postgis#216) |
Thanks @agusterodin i think the link describes the issue clearly, I think the solution for now should be
|
Well it's not anymore (and it did work for me perfectly).. :-/ |
My bad, see the above PR. There are official ARM64 builds on Docker Hub now! No need to use my stopgap image anymore. |
Use this one instead, for example: kartoza/postgis:14-3.1 |
Thank you very much big sir! :) :) :) 🥇 |
The only version in Docker Hub is only x86-64. The image does not work on Apple Silicon (M1) even with Docker qemu emulation. Do you have any suggestions on how to get it to work?
The text was updated successfully, but these errors were encountered: