Skip to content
Triggered via push July 6, 2024 12:55
Status Failure
Total duration 2m 7s
Artifacts

docker-build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build (worker-cli)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c ARCH=$(dpkg --print-architecture) && if [ \"$ARCH\" = \"amd64\" ]; then GO_ARCH=amd64; elif [ \"$ARCH\" = \"arm64\" ]; then GO_ARCH=arm64; else echo \"Unsupported architecture: $ARCH\"; exit 1; fi && if [ \"$GO_VERSION\" = \"latest\" ]; then GO_VERSION=$(curl -sSL \"https://golang.org/VERSION?m=text\"); fi && curl -sSL \"https://golang.org/dl/$GO_VERSION.linux-$GO_ARCH.tar.gz\" -o /tmp/go.tar.gz && tar -C /usr/local -xzf /tmp/go.tar.gz && rm /tmp/go.tar.gz" did not complete successfully: exit code: 2
build (worker-cli)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/setup-qemu-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/