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

Update #5

Closed vweevers closed 5 years ago

vweevers commented 5 years ago

Closes #4.

I smoke-tested android-arm64 locally with https://github.com/Level/leveldown/pull/625:

$ file prebuilds/android-arm64/node.napi.armv8.node
prebuilds/android-arm64/node.napi.armv8.node: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, stripped, with debug_info
vweevers commented 5 years ago

Also closes #6 (tested locally with --tag-libc).

vweevers commented 5 years ago

I'm gonna try to setup autobuilds, in the interest of learning something new :)

With a machine user (prebuild-ci per https://github.com/prebuild/prebuild-install/issues/62), I'm thinking

vweevers commented 5 years ago

image

:)