-
Notifications
You must be signed in to change notification settings - Fork 33
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 Devcontainer #14
Comments
@londospark That's a great idea. If you know how to do it let me know, otherwise I'll do some research. |
Thank you - I don't know how to do it off hand but I suspect that someone would need to have access to the original Dockerfile to update the image and add an arm64 version |
We should be able to do this using Example:
See https://docs.docker.com/build/building/multi-platform/ for more information. I also opened #27 to resolve one issue I ran into when building an I created a personal image in the meantime: https://hub.docker.com/layers/hjr3/rust-on-nails-devcontainer/db5471a/images/sha256-ed9f94c06d7dffe0865e5d7f44cfe1d0ef870ec0c6fa17498b27406650957de0?context=repo |
I tried
And it locked up while trying to build the cornucopia and cargo-chef. I'll ask these guys if they will build binaries as it makes sense that they get built upstream. Then we'll need to be aware of packages that get downloaded should use these var to get the correct version.
|
purtontech/rust-on-nails-devcontainer/ seems to have started including arm64 builds last month, perhaps this issue can be closed? |
For people who use M1/M2 macs and other ARM64-based devices could we please get an ARM64-native docker image for https://hub.docker.com/r/purtontech/rust-on-nails-devcontainer/?
The text was updated successfully, but these errors were encountered: