You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately this isn't as easy as you might imagine. We (NodeSource) don't use the same build infrastructure that the Node Foundation uses to build the official releases. They have a variety of different physical machines they use to build the releases on, whereas we rely on cross compilers to generate arm binaries. Also, they build a single release for each target architecture, whereas we build each binary package on the target distribution (so a package for Ubuntu Trusty is actually built using Ubuntu Trusty for example).
So, being able to do this would require having cross compilers available for all of the target distributions and also being able to get those compilers into our build workflow currently based on pbuilder. It's possible we'll look into it in the future but it's not on the near term roadmap I'm afraid. It may make more sense once there are fewer release lines to track as we're currently supporting 5 release lines.
Are there any plans to add ARM64 packages for the deb and rpm repositories?
The Node.js website does provide ARM64 binaries here. So, that shouldn't be too hard, right?
The text was updated successfully, but these errors were encountered: