Skip to content
Triggered via schedule August 22, 2024 02:19
Status Failure
Total duration 18m 53s
Artifacts

build.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-konductor
buildx failed with: ERROR: failed to solve: process "/bin/bash -c -e echo && export NAME=omnictl && export TEST=\"${NAME} --version\" && export REPOSITORY=\"siderolabs/omni\" && export VERSION=\"$(${curl} https://api.github.com/repos/${REPOSITORY}/releases/latest | jq --raw-output .tag_name)\" && export ARCH=\"$(uname -m | awk '{ if ($1 == \"x86_64\") print \"amd64\"; else if ($1 == \"aarch64\" || $1 == \"arm64\") print \"arm64\"; else print \"unknown\" }')\" && export PKG=\"${NAME}-linux-${ARCH}\" && export URL=\"https://github.com/${REPOSITORY}/releases/download/${VERSION}/${PKG}\" && echo \"---------------------------------------------------------\" && echo \"INFO[${NAME}] Installed:\" && echo \"INFO[${NAME}] Command: ${NAME}\" && echo \"INFO[${NAME}] Package: ${PKG}\" && echo \"INFO[${NAME}] Latest Release: ${VERSION}\" && echo \"INFO[${NAME}] Architecture: ${ARCH}\" && echo \"INFO[${NAME}] Source: ${URL}\" && echo \"---------------------------------------------------------\" && ${curl} ${URL} --output /tmp/${NAME} && sudo ${INSTALL} /tmp/${NAME} ${BIN}/${NAME} && ${dir_clean} && ${TEST} && echo" did not complete successfully: exit code: 92