node-gdal-async
node-gdal-async copied to clipboard
Add `linux-arm64` to pre built binaries
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.