node-gyp-build
node-gyp-build copied to clipboard
fix: Don't infer arm version from process.config
Infer ARM version from current architecture (arm64 -> 8) or not at all. The previous logic prevents cross-compilation for a 32-bit ARM from a 64-bit.
Fixes #76