-
Notifications
You must be signed in to change notification settings - Fork 162
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 support for Apple Silicon chip #24
Comments
sorry I don't know when I'll be able to get to this. I'm between computers right now and I kind of stopped using Docker CLI |
I solved in my fork. https://github.com/j796160836/docker-simple-test-http Here is new build command, you need to install https://docs.docker.com/buildx/working-with-buildx/
then enter your credentials.
Check your docker hub's page, it will list multiple architecture in list. |
I ended up installing Rancher Desktop (not Docker Desktop) on my M1 Mac and wasn't able to recreate the problem. As for Docker Desktop users, maybe I can adjust the CI script to publish a |
you can try my image cernoel/hello-world:main .. if this works .. @crccheck might pull my changes in the publish.yaml to fix this? .. at least it works in my case for the ampere (arm64) servers. |
Notice that if you do not specify the platform, running may still fail. Good way: |
Hi,
Please add arm64 support although it's hello world project.
Busybox (base image) has support arm64. I think just rebuild it will be ok. Thanks.
The text was updated successfully, but these errors were encountered: