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

Cannot install Volta in Docker container running on Mac M1 #1181

Closed
zfields opened this issue Mar 17, 2022 · 1 comment
Closed

Cannot install Volta in Docker container running on Mac M1 #1181

zfields opened this issue Mar 17, 2022 · 1 comment

Comments

@zfields
Copy link

zfields commented Mar 17, 2022

> [3/4] RUN curl https://get.volta.sh/ | bash:                                  
#6 0.185   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#6 0.185                                  Dload  Upload   Total   Spent    Left  Speed
100 12319  100 12319    0     0   9557      0  0:00:01  0:00:01 --:--:--  9557  
#6 1.478 Error: Sorry! Volta currently only provides pre-built binaries for x86_64 architectures.
#6 1.478 
------
executor failed running [/bin/sh -c curl https://get.volta.sh/ | bash]: exit code: 1
[3023 ms] Command failed: docker build -f /Users/roblauer/Documents/GitHub/wireless.dev/wireless-dev-site/Dockerfile -t vsc-wireless.dev-6836c51d289a895376311366280cdf1c /Users/roblauer/Documents/GitHub/wireless.dev/wireless-dev-site
[3023 ms] Exit code 1
@charlespierce
Copy link
Contributor

Hi @zfields, thanks for reporting! I'm guessing this is a duplicate of #1049, or at least has the same root cause: We don't currently provide a pre-built binary for ARM Linux environments. I'm quite far from an expert in Docker, but my guess is that since M1 is an ARM architecture, the docker image is similarly using the same underlying architecture for the linux distro.

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