feross/arch

Add support for non-Intel architectures

Open

#19 geöffnet am 27. Juni 2020

Auf GitHub ansehen
 (6 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)JavaScript (13 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (81 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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