How to build the node.js addon "node-sqlite3" for a armv7l (32 bit) target using docker?
The following information may be usefull for others, that just want to use node-sqlite3 on arm:
- Debian provides a package node-sqlite3 also for
armhf, that also works onarmv7l. - There is a fork louislam/node-sqlite3 that provides a docker file to build a basic
armbinding. But it looks like it does not support the 32-bit architecture ofarmv7l.