Allow binstall to install gnu and musl based tools for arm64 #5
Annotations
2 errors
|
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; dpkgArch=\"$(dpkg --print-architecture)\"; case \"${dpkgArch##*-}\" in amd64) installArchs=(--target, x86_64-unknown-linux-gnu, --target, x86_64-unknown-linux-musl) ;; arm64) installArchs=(--target aarch64-unknown-linux-gnu, --target, aarch64-unknown-linux-musl) ;; *) echo >&2 \"unsupported architecture: ${dpkgArch}\"; exit 1 ;; esac; cargo binstall \"${installArchs[@]}\" --no-confirm cargo-quickinstall cargo-audit cargo-outdated cargo-bloat cargo-llvm-lines cargo-watch cargo-edit cargo-chef cargo-sweep cargo-deny trunk mdbook wasm-bindgen-cli sqlx-cli; sqlx --version; wasm-bindgen --version; mdbook --version; trunk --version; cargo deny --version; cargo sweep --version; cargo chef --version; cargo upgrade --version; cargo llvm-lines --version; cargo bloat --version; cargo outdated --version; cargo audit --version;" did not complete successfully: exit code: 2
|
Loading