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
Describe the bug
Following the instructions here can get astra-cli installed, but it's not the right binary.
To Reproduce
Steps to reproduce the behavior:
multipass launch --name quick-ubuntu multipass shell quick-ubuntu apt-get install unzip
curl -Ls "https://dtsx.io/get-astra-cli" | bash
astra
ubuntu@quick-ubuntu:~$ astra -bash: /home/ubuntu/.astra/cli/astra: cannot execute binary file: Exec format error ubuntu@quick-ubuntu:~$ file `which astra` /home/ubuntu/.astra/cli/astra: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3ccff395f3802f6cde2c92cb155ad1f109b5541c, for GNU/Linux 3.2.0, with debug_info, not stripped
Expected behavior astra installation for linux should get the correct binary installed, regardless of arch.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Following the instructions here can get astra-cli installed, but it's not the right binary.
To Reproduce
Steps to reproduce the behavior:
astra
command, you will get the following error:Expected behavior
astra installation for linux should get the correct binary installed, regardless of arch.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: