prebuild / docker-images

Docker images for cross compiling prebuilt binaries for Node.js native addons.
GNU General Public License v3.0
10 stars 7 forks source link

Linux x86 image #21

Closed thegecko closed 2 years ago

thegecko commented 3 years ago

Would a linux-x86 image be of interest?

Following this project, I've created a linux-x86 flavour:

https://github.com/node-usb/docker-images/blob/main/linux-x86/Dockerfile

Happy to contribute if it would be useful to others.

vweevers commented 3 years ago

Does Node.js support linux 32-bit?

thegecko commented 3 years ago

Does Node.js support linux 32-bit?

Certainly supports Node.js 10.x, but not sure about current LTS.

vweevers commented 3 years ago

Node.js dropped it: https://github.com/nodejs/build/issues/885. So for now (although unofficial builds are available and compiling from source still works) I prefer not including it here. At least until more folks express interest - because the situation is the same for e.g. Android.