-
Notifications
You must be signed in to change notification settings - Fork 181
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
Installs wrong binary on ARM #49
Comments
Currently there isn't an official arm/arm64 binary. I'm working on getting arm/arm64 builds out there though. You can check denoland/deno#1846 for more info. |
The installer should fail if arch != x64 until we can produce arm binaries. |
Here is what node uses It's worth noting that to get deno running on Raspberry Pi A 1, A 2, B 1, B 2 1.0, Z and Z W we'll need 32bit ARM binaries. Even most of the latest RPi 3's use 32bit Raspbian, despite support for 64bit ARM v8. The Pi Zero's would need v6. An Alpine build should streamline the process like node did. |
I designed my build process around the |
This was fixed for the Shell installer, but it still needs to be fixed for the PowerShell installer. |
It's still actual. |
I ran the installer on my computer, got this:
The text was updated successfully, but these errors were encountered: