node-gdal-async icon indicating copy to clipboard operation
node-gdal-async copied to clipboard

Add `linux-arm64` to pre built binaries

Open victor314159 opened this issue 1 month ago • 0 comments

When using docker on an Apple silicon Mac to run a project that uses this library, the native deps are rebuilt from scratch. This is because docker emulates an linux-arm64 arch.

In order to save compilation time, we could add this target to the Github actions workflow, thus adding linux-arm64 target.

victor314159 avatar Dec 13 '25 12:12 victor314159