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

Added support for Raspbian OS armv7l architecture #809

Merged
merged 1 commit into from Aug 15, 2019

Conversation

codelano
Copy link
Contributor

Currently, when using install-node-and-npm on Rasbian OS, it resolves it as x86 arch, which is not correct and it's unable to donwload it from https://nodejs.org/dist/{node.version}/node-{node.version}-linux-{os.arch}.tar.gz.
This change, allows for Rasbian env to resolve proper archive name.

Compiled and tested on Rasbian with RPI 3B+

Currently, when using install-node-and-npm on Rasbian OS, it resolves it as x86 arch, which is not correct and it's unable to donwload it from https://nodejs.org/dist/{node.version}/node-{node.version}-linux-{os.arch}.tar.gz.
This change, allows for Rasbian env to resolve proper archive name.

Compiled and tested on Rasbian with RPI 3B+
@eirslett
Copy link
Owner

thanks! I have no way of testing this automatically in CI, so let's hope it won't break.

@codelano codelano changed the title Added support for Rasbian OS armv7l architecture Added support for Raspbian OS armv7l architecture Apr 29, 2019
@ghost
Copy link

ghost commented Aug 15, 2019

Is this change going to be merged to master? It would be nice with PI support.

@eirslett
Copy link
Owner

Yes it should! I'll get it in now. Release when I have time.

@eirslett eirslett merged commit cdbb720 into eirslett:master Aug 15, 2019
@eirslett
Copy link
Owner

There we go, 1.9.0 is released, merry christmas! 🎅 ❄️ 🎄

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

Successfully merging this pull request may close these issues.

None yet

2 participants