node-gyp-build icon indicating copy to clipboard operation
node-gyp-build copied to clipboard

fix: Don't infer arm version from process.config

Open rotu opened this issue 1 year ago • 0 comments

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

rotu avatar Jan 09 '25 09:01 rotu