-
Notifications
You must be signed in to change notification settings - Fork 90
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
Provide Alpine images for ARM #50
Comments
We'd first need a rustup distribution for your target, and currently the only MUSL-based one is x86_64. |
@sfackler Maybe I missing something but |
That means that there is a Rust toolchain for ARM musl. There is not a rustup binary for ARM musl, though: https://rust-lang.github.io/rustup/installation/other.html |
@sfackler Thanks for clarifying! Are you aware of an open issue for that in |
Not off the top of my head. You could check their github. |
This seems related rust-lang/rustup#2003 |
@sfackler I am a little unsure on the path forward. IIUC the only reason why there is no rustup binary for ARM (which is required for alpine arm images), is because there are not enough build minutes? |
I am not involved in rustup - you should ask them. |
Alright, I asked on the |
Hey,
I've just ran into a separate issue when trying to set up CI for my little project (rust-lang/cargo#7563).
I wanted to try other alternatives on my Raspberry Pi 4, but I noticed that Alpine-based images are provided only for x64.
Would it be possible to add ARM platforms to the list as well?
The text was updated successfully, but these errors were encountered: