Build node-sqlite3 addon for armv7l

123 Views Asked by At

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 on armv7l.
  • There is a fork louislam/node-sqlite3 that provides a docker file to build a basic arm binding. But it looks like it does not support the 32-bit architecture of armv7l.
0

There are 0 best solutions below