feross / feross/arch

Add support for non-Intel architectures

Open
#19 6 comments 3 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
JavaScript
Stars
81
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.