Skip to content
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

Closed
amyspark opened this issue Nov 29, 2019 · 9 comments · Fixed by #67
Closed

Provide Alpine images for ARM #50

amyspark opened this issue Nov 29, 2019 · 9 comments · Fixed by #67

Comments

@amyspark
Copy link

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?

@sfackler
Copy link
Member

We'd first need a rustup distribution for your target, and currently the only MUSL-based one is x86_64.

@tcurdt
Copy link

tcurdt commented Sep 10, 2020

@sfackler Maybe I missing something but rustup target list | grep musl does list arm. What is missing? Or has this been fixed since? I was looking for the same images.

@sfackler
Copy link
Member

sfackler commented Sep 10, 2020

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

@tcurdt
Copy link

tcurdt commented Sep 10, 2020

@sfackler Thanks for clarifying! Are you aware of an open issue for that in rustup land?

@sfackler
Copy link
Member

Not off the top of my head. You could check their github.

@tcurdt
Copy link

tcurdt commented Sep 10, 2020

This seems related rust-lang/rustup#2003

@tcurdt
Copy link

tcurdt commented Sep 11, 2020

@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?

@sfackler
Copy link
Member

I am not involved in rustup - you should ask them.

@tcurdt
Copy link

tcurdt commented Sep 11, 2020

Alright, I asked on the rustup issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants