-
Notifications
You must be signed in to change notification settings - Fork 3
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
First install globally on armhf installs x86_64 binary #35
Comments
Sounds like this is the work of https://github.com/zeit/pkg |
Oh, apparently pkg can target to armv6/armv7 too - still not sure about armv8 (pi3 with 64 bit OS) |
We use It does introduce some complexity and we might decide that it's not a tradeoff worth having. Building for ARM was not a strong requirement when we started the project, so if we come to the conclusion it's not possible with |
It turns out it certainly is possible - just would need enabling. |
(For now I'm just aliasing to the index.js in a clone) |
When I first do a
npm -g install @dadi/cli
I get a binary from the wrong architecture plonked in mybin
directory. Shouldn't this either be a script or match the source arch?Reproducing the issue, just install @dadi/cli on a Pi and notice that you get a 64-bit PC version of the
dadi
binary appearing.The text was updated successfully, but these errors were encountered: