-
Notifications
You must be signed in to change notification settings - Fork 13
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
Is it possible to specify architecture? #8
Comments
Hmm, good question. Haven't had a need for this yet, but if it is useful to you then I'm happy to accept a PR :) |
That’s not a feature of nvm itself, only nvm-windows. |
So true, I've been using nvm on both gnu/linux and windows for years and I'm just realizing it's only available in nvm-windows, never needed this on gnu/linux. Sorry for any confusion. In our case, we have some legacy code that uses some Windows APIs and by the time of writing it, we still had Windows 7 and Windows 8 around. Recently, we started moving into github actions as CI (before we had our CI spinning up custom vagrant boxes where node 32 was installed via chocolatey), and even though the code was supposed to be ready to run on 64 bit, it still requires some porting work here and there. That's the reason we're still building against node 32 bit on windows. I totally understand if you don't like the idea of supporting this feature. In the other hand, we can mention in the README that specifying the architecture only works on nvm-windows. i.e.: adding an input field "node-arch" that only works when running on Windows. @dcodeIO if you're still open to review/accept a PR, I can get to it when I get some free cycles. If you change your mind and prefer not to include it, I'd be happy too and the issue can be closed. |
First of all, thanks for providing such useful action 👍
This is not an issue but a question.
With nvm you can specify the architecture, i.e.:
Is this something you're up to support?
The text was updated successfully, but these errors were encountered: