-
Notifications
You must be signed in to change notification settings - Fork 23
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
Release arm/arm64 versions of this tool #10
Comments
So there's two (at least) parts to this:
|
The necessary changes to asdf also need to be done, but this'll at least make binaries available.
I've modified the release process to build arm64 binaries, and updated the |
I'd like to use this tool directly in a github-action on a self-hosted runner that is hosted on a raspberry pi. This requires compiling the tool for the arm64 system architecture. However, I am not familiar with rust and how to add this into your release pipeline. Once that change is made, I'd also like to update the asdf install script to use
uname -m
to detect the system arch, and install the correct version, for each host ( example ). Can you point me in the right direction?Here's the error
The text was updated successfully, but these errors were encountered: