Skip to content

Pre Build Docker

Pre Build Docker #1

Manually triggered April 1, 2024 14:53
Status Failure
Total duration 39s
Artifacts

pre_build_docker.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [\"$TARGETARCH\" = \"arm64\" ]; then rustup target add aarch64-unknown-linux-gnu && cargo build --release aarch64-unknown-linux-gnu && mv target/aarch64-unknown-linux-gnu/release/rnacos /usr/bin/rnacos else rustup target add x86_64-unknown-linux-gnu && cargo build --release x86_64-unknown-linux-gnu && mv target/x86_64-unknown-linux-gnu/release/rnacos /usr/bin/rnacos fi" did not complete successfully: exit code: 2
docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v4, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.