Skip to content
Triggered via push July 6, 2024 13:09
Status Cancelled
Total duration 1m 27s
Artifacts

docker-build.yml

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

Annotations

2 errors
build (worker-cli)
The run was canceled by @marcinguy.
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: 3