feross/arch

Add support for non-Intel architectures

Open

#19 建立於 2020年6月27日

在 GitHub 查看
 (6 留言) (3 反應) (0 負責人)JavaScript (13 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (81 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南