You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
When running on Apple Silicon (ARM64 ISA), the current image is emulated and thus slower. It would be nice to have ARM64 images published to docker hub.
Ah yeah we should be able to do the same here that was done in the stable images in rust-lang/docker-rust#67. Feel free to make a PR, or I can do it alternatively.
Any idea on how to actually actually build the arm64 version? docker build uses the host arch by default.
I think we could use docker buildx for that but I'm not sure how to set that up with with travis, any experience with that?
Oh right, we're only publishing x86_64 images right now. It sounds like there's some experimental buildx support on the hub, but it's not super obvious how to use it: docker/hub-feedback#1874
When running on Apple Silicon (ARM64 ISA), the current image is emulated and thus slower. It would be nice to have ARM64 images published to docker hub.
Building locally by changing the rustup version to https://static.rust-lang.org/rustup/dist/aarch64-unknown-linux-gnu/rustup-init seems to work.
The text was updated successfully, but these errors were encountered: