-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Install Specific Architecture (arm / x64) #137
Comments
@MatteoGauthier It's not planned at all. The arch is derived from the current machine. What's the use case? |
@milesj As a MacBook user, new ARM architecture have caused a lot of issue with nodejs for example. Packages that use native bindings might have some issues on non x64 arch, like node-sass, node-gyp, chokidar, next, prisma, etc… For library authors, choosing architecture can be useful too, like for testing in multiple scenarios. I'm currently looking for a good toolchain manager, that could install multiple versions of node, zig, or python with the ability to choose the CPU architecture. I tried nvm, n, fnm, volta But none of these tools allow installing the same version with several archs. |
@MatteoGauthier I didn't get the benefit of doing this, I'm using ARM M1 and no problem with the architecture. |
Would it be possible to add (no idea really, but would it suffice to add this here?) |
We use |
@oddcelot Related to this issue: Targets info: https://opensource.axo.dev/cargo-dist/book/reference/config.html#targets |
Thanks for the update @ImBIOS and @milesj for moving things along with axodotdev/cargo-dist#614 |
It'll solve the arm64 problem, but the original issue is still something to be figured out. |
Linux arm64 if now available. |
Hey,
proto
seems to be a really good solution for multiple environments developments. I didn't see an option to choose the architecture of the installed version in the documentation. Is this feature planned?Bye !
The text was updated successfully, but these errors were encountered: