Skip to content
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

fix(core): support ARM 64-bit environments #664

Merged
merged 2 commits into from
Apr 21, 2023
Merged

Conversation

paambaati
Copy link
Owner

@paambaati paambaati commented Apr 20, 2023

Fixes #663.

NOTE: os.arch() only returns the architecture the Node.js binary was compiled for, not the host platform's architecture. This change is still okay for most real-world scenarios out there.

@paambaati paambaati self-assigned this Apr 21, 2023
@paambaati paambaati added the enhancement New feature or request label Apr 21, 2023
@paambaati paambaati marked this pull request as ready for review April 21, 2023 04:49
@paambaati paambaati merged commit ea13673 into main Apr 21, 2023
@paambaati paambaati deleted the gp/support-arm64 branch April 21, 2023 04:51
@paambaati
Copy link
Owner Author

🎉 This PR is included in version 4.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support arm64 machine
1 participant