-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for non-Intel architectures #19
Comments
It looks like the possible values for I would accept a PR to add support for these additional values. |
This comment has been minimized.
This comment has been minimized.
This one is also an issue for me. I can provide code for my case, but I see you have an exsting PR that is 6 months old and still sitting there. Is this repo still active? |
The most recent commit is from Oct 28, 2020. |
Could someone try v3.0.0? It has #22 merged which should fix this issue. |
I have a CLI tool that installs different binaries depending on the system architecture, and it worked fine so far for Windows, macOS and Intel GNU/Linux, but when I tried it on a Raspberry Pi, it installed the x86 binary, which obviously is not the desired effect.
Since Node.js is available on non-Intel architectures too, it would be recommended to support them too, and by all means avoid converting from one architecture to another.
The text was updated successfully, but these errors were encountered: