-
Notifications
You must be signed in to change notification settings - Fork 258
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
Create ARM Linux Build using cross-rs #1696
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks solid overall! I’ll mull on the question re: COMPATIBILITY.md
but I definitely don’t think we need to block on it. 👍🏼
Hello, thanks for the work, it's exciting to continue using volta on any type of system ! Just a question, is there a release planned to get the new |
Info
cross-rs
without needing too much extra work.Changes
release.yml
GitHub actions file to also generate an ARM build for Linuxcross-rs
, which makes the compilation process very straightforward and fast.volta-install.sh
to properly handle Linux ARM builds.Tested
Notes
COMPATIBILITY.md
to reflect the slightly more complicated compatibility that we support (since the ARM builds are made on a newer system)?