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

GraphQL Hive CLI does not support linux / aarch64 at this time. #2683

Closed
outdoortejan opened this issue Jul 28, 2023 · 2 comments · Fixed by #3445
Closed

GraphQL Hive CLI does not support linux / aarch64 at this time. #2683

outdoortejan opened this issue Jul 28, 2023 · 2 comments · Fixed by #3445
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@outdoortejan
Copy link

I'm following the docs to install the hive CLI in ubuntu, and when running the provided command curl -sSL https://graphql-hive.com/install.sh | sh I get the error:

GraphQL Hive CLI does not support linux / aarch64 at this time.

Any suggestions?

@n1ru4l n1ru4l added enhancement New feature or request that adds new things or value to Hive bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers and removed enhancement New feature or request that adds new things or value to Hive labels Nov 6, 2023
@kamilkisiela
Copy link
Collaborator

I believe #3445 fixes it

@theguild-bot theguild-bot mentioned this issue Jan 24, 2024
92 tasks
@jpboily-axceta
Copy link

Actually, it does not work because the scripts downloads the arm 32bits package. On aarch64, it should download the arm64 package. I tried it manually and it worked as when I simply used the script, I got an error saying:

2.487 qemu-arm: Could not open '/lib/ld-linux-armhf.so.3': No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants