Image Building #92
build.yml
on: schedule
Matrix: rebuild-base
Matrix: rebuild-docker
Matrix: rebuild-go
Matrix: rebuild-kubernetes
Matrix: rebuild-node
Matrix: rebuild-sysdig
Annotations
3 errors
rebuild-go (1.21, GO_VERSION=1.21.10
GO_CHECKSUM=8920ea521bad8f6b7bc377b4824982e011c19af27df88a81... / build-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${TARGETARCH}\" in \t\t'amd64') \t\t\tgo_checksum=\"${GO_CHECKSUM}\"; \t\t;; \t\t'arm64') \t\t\tgo_checksum=\"${GO_CHECKSUM_ARM}\"; \t\t;; \t\t*) echo >&2 \"error: unsupported architecture ($TARGETARCH)\"; exit 1; ;; \tesac; \tcurl -fsSL \"https://go.dev/dl/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz\" -o \"/tmp/go.tar.gz\" \t&& echo \"${go_checksum} /tmp/go.tar.gz\" | sha256sum -c \t&& tar -xvf \"/tmp/go.tar.gz\" --no-same-permissions --no-same-owner -C \"/tmp/local\"" did not complete successfully: exit code: 1
|
rebuild-go (1.22) / build-image
FailFast: cancelling since parallel instance has failed
|
rebuild-go (1.22) / build-image
The operation was canceled.
|