Skip to content

Lazyvim

Lazyvim #283

Triggered via pull request October 3, 2024 20:38
Status Failure
Total duration 14m 25s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/bash -c -e echo && export NAME=kubectl && export TEST=\"${NAM} version --client\" && export REPOSITORY=\"kubernetes/kubernetes\" && 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}\" && export URL=\"https://dl.k8s.io/release/${VERSION}/bin/linux/${ARCH}/${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 \"---------------------------------------------------------\" && sudo ${curl} ${URL} --output /tmp/${NAME} && sudo ${INSTALL} /tmp/kubectl ${BIN}/${NAME} && sudo ${INSTALL} /tmp/kubectl ${BIN}/k && ${dir_clean} && ${TEST} && echo" did not complete successfully: exit code: 127