npm installer doesn't work in node:18-bookworm Docker image
Closed this issue · 2 comments
frol commented
frol commented
Most probably, we need to report it to cargo-dist project
frol commented
I have just noticed that the error message says that it cannot find the prebuilt binaries for arm64. Indeed, there are no pre-built binaries for arm64 on Linux. It is a limitation of cargo-dist setup: axodotdev/cargo-dist#74. We currently don't have the bandwidth to contribute the cross-compilation implementation.