-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Use arm64 packages on aarch64 #1104
Conversation
Can you elaborate on what machines |
I have aarch64 on Pine64. I'm not sure where else it applies. |
@ra100 This seems fine to me - but I'd prefer to add unit tests to ensure that this doesn't unknowingly break, since tests aren't going to be run on this architecture. |
that works well, it fixed nodejs installation on odroid c2 |
Sorry, I'm not sure which Unit tests whould be added. Maybe this would clarify this issue more build: treat aarch64 as arm64. Nodejs is treating aarch64 as arm64, but I'm not sure about iojs |
@ljharb do you have any idea where we could add this test? |
Sorry for the delayed response. Looking into it, Thanks! |
Rebased :) You are welcome to merge. |
To install nodejs on aarch64 architecture you need to use arm64 packages. I just added new case to set correct $HOST_ARCH in this case.