We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to install the solana CLI on an ARM linux server (ex: graviton instances on AWS), it tries to download the following package:
https://release.solana.com/v1.18.16/solana-install-init-aarch64-unknown-linux-gnu
Unfortunately, solana-cli is not packaged for ARM linux servers.
Build solana-cli for ARM server and release it along the other packages.
The text was updated successfully, but these errors were encountered:
This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave
Sorry, something went wrong.
No branches or pull requests
Problem
When I try to install the solana CLI on an ARM linux server (ex: graviton instances on AWS), it tries to download the following package:
https://release.solana.com/v1.18.16/solana-install-init-aarch64-unknown-linux-gnu
Unfortunately, solana-cli is not packaged for ARM linux servers.
Proposed Solution
Build solana-cli for ARM server and release it along the other packages.
The text was updated successfully, but these errors were encountered: