near / near-cli-rs

near CLI is your human-friendly companion that helps to interact with NEAR Protocol from command line.
https://near.cli.rs
Apache License 2.0
86 stars 52 forks source link

npm installer doesn't work in node:18-bookworm Docker image #312

Closed frol closed 3 months ago

frol commented 3 months ago

image

curl-installer works just fine

frol commented 3 months ago

Most probably, we need to report it to cargo-dist project

frol commented 3 months ago

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: https://github.com/axodotdev/cargo-dist/issues/74. We currently don't have the bandwidth to contribute the cross-compilation implementation.