Skip to content
Triggered via schedule August 19, 2024 02:20
Status Failure
Total duration 1m 16s
Artifacts

build.yaml

on: schedule
build-konductor
1m 7s
build-konductor
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=\"jq\" && export TEST=\"${NAME} --version\" && export REPOSITORY=\"jqlang/jq\" && export ARCH=\"$(uname -m | awk '{ if ($1 == \"x86_64\") print \"amd64\"; else if ($1 == \"aarch64\" || $1 == \"arm64\") print \"arm64\"; else print \"unknown\" }')\" && export VERSION=\"$(${curl} https://api.github.com/repos/${REPOSITORY}/releases/latest | awk -F '[\\\"v\\\",-]' '/tag_name/{print $5}')\" && export PKG=\"${NAME}-linux-${ARCH}\" && export URL=\"https://github.com/${REPOSITORY}/releases/download/${NAME}-${VERSION}/${NAME}-linux-${ARCH}\" && 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}\" && ${curl} ${URL} --output /tmp/${NAME} && file /tmp/${NAME} && sudo ${INSTALL} /tmp/${NAME} ${BIN}/${NAME} && ${dir_clean} && ${TEST} && echo" did not complete successfully: exit code: 127