added building docker images for CI #15
Annotations
1 error
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y bash build-essential ca-certificates curl direnv fish fd-find git gnupg libssl-dev pkg-config shellcheck shfmt sudo && ln -s /usr/bin/{fdfind,fd} && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main\" | sudo tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && node -v && npm i -g markdown-magic && curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash && rustup install stable && rustup default stable && rustup toolchain install nightly --component llvm-tools-preview && cargo binstall -y cargo-deny cargo-llvm-cov cargo-machete cargo-msrv cross nextest zipsign && apt-get clean && ln -s /root /github/home && rustc -vV && cargo -V && node -v && npm -v && just --version" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading