-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Support for armv7-unknown-linux-musleabihf #11
Comments
Hey there, thanks again for the support. Honestly though, I'm not convinced this project is actually necessary anymore. I can see the I'm kind of considering just redirecting people there and telling them to use |
Oh, yes, that seems quite appropriate. I remember seeing the announcement of cross a few months back, but didn't take a close look at it. I wonder why OpenSSL is listed as not applicable musl targets. I'll open an issue over there and reference this one. Thanks! |
cross uses rustup a lot more intelligently, and produces the images in a a much smarter way. This results in smaller images, and easier to configure cargo caches due to how the tool manages the docker parameters for you. I'd recommend you start there rather than this image. I'll probably keep building at least the stable images for a while though.
Just a note this works for building from a Mac/Windows as long as docker is installed where as cross does not so I do think this project still has legs. :) |
Oh nice, yeah that makes sense. I noticed later on that I will keep posting updates to the images at least. Maybe it could actually be worth adding support for other images as well. Travis builds and dockerhub usage is free from my perspective at least 😏 |
Going to close this for now. Hard enough maintaining this one :-) |
Any interest in supporting more architectures than x86_64-unknown-linux-musl? I'm working on a project where I want to run a Rust program via Docker on a Raspberry Pi 3, and was looking into ways of doing that. I've been using this project for several images for a while now—it's fantastic. I figured before I fork it and badly maintain an ARM equivalent, I'd ask whether it was worth trying to support in this project proper. Thanks for your time and the wonderful project!
The text was updated successfully, but these errors were encountered: