Lazyvim #283
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
|