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

Installation on ARMx64 emulated Linux #1190

Closed
ssukienn opened this issue Mar 29, 2022 · 1 comment
Closed

Installation on ARMx64 emulated Linux #1190

ssukienn opened this issue Mar 29, 2022 · 1 comment

Comments

@ssukienn
Copy link

ssukienn commented Mar 29, 2022

Hi. How to install volta on emulated arm64 Ubuntu Linux using Mac M1 UTM?

user@ubuntu-20-live-server:~/development$ curl https://get.volta.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12319  100 12319    0     0  23464      0 --:--:-- --:--:-- --:--:-- 23420
^[[AError: Sorry! Volta currently only provides pre-built binaries for x86_64 architectures.

user@ubuntu-20-live-server:~/development$ uname -a
Linux ubuntu-20-live-server 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:50:13 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

So basically it's Linux arm64 but uname -m etc. (whatever volta use, checked the script a bit) returns aarch64.

@charlespierce
Copy link
Contributor

Hi @ssukienn, thanks for reporting! I believe this is the same root issue as #1049: We don't currently provide a prebuilt binary for Linux on ARM architectures. There was some work done to address that, however there are a lot of constraints that are blocking (if you're interested, see #1161, #1163, #1165 for some of the intermediate work and discussions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants