Skip to content

fix: Build in docker, improve multiarch #17

fix: Build in docker, improve multiarch

fix: Build in docker, improve multiarch #17

Triggered via push May 21, 2024 12:30
Status Failure
Total duration 30m 24s
Artifacts

image.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
build (1.21, linux, arm64, linux/arm64)
The job was canceled because "_1_21_linux_amd64_linux_a" failed.
build (1.21, linux, arm64, linux/arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --update --no-cache bash curl git yq && chmod +x ${INSTALL_PATH}/helmfile-nix && HELMFILE_STRIPPED=$(echo \"$HELMFILE_VERSION\" | cut -c2-) && export HELMFILE_STRIPPED && curl -sSL \"https://github.com/helmfile/helmfile/releases/download/${HELMFILE_VERSION}/helmfile_${HELMFILE_STRIPPED}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - helmfile && chmod +x ${INSTALL_PATH}/helmfile && curl -sSL \"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - && curl -sSL \"https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz\" | tar -zx --strip-components=1 -C ${INSTALL_PATH} -f - linux-${TARGETARCH}/helm && helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}" did not complete successfully: exit code: 1
build (1.21, linux, amd64, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --update --no-cache bash curl git yq && chmod +x ${INSTALL_PATH}/helmfile-nix && HELMFILE_STRIPPED=$(echo \"$HELMFILE_VERSION\" | cut -c2-) && export HELMFILE_STRIPPED && curl -sSL \"https://github.com/helmfile/helmfile/releases/download/${HELMFILE_VERSION}/helmfile_${HELMFILE_STRIPPED}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - helmfile && chmod +x ${INSTALL_PATH}/helmfile && curl -sSL \"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - && curl -sSL \"https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz\" | tar -zx --strip-components=1 -C ${INSTALL_PATH} -f - linux-${TARGETARCH}/helm && helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}" did not complete successfully: exit code: 1
build (1.21, linux, arm64, linux/amd64)
The job was canceled because "_1_21_linux_amd64_linux_a" failed.
build (1.21, linux, arm64, linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --update --no-cache bash curl git yq && chmod +x ${INSTALL_PATH}/helmfile-nix && HELMFILE_STRIPPED=$(echo \"$HELMFILE_VERSION\" | cut -c2-) && export HELMFILE_STRIPPED && curl -sSL \"https://github.com/helmfile/helmfile/releases/download/${HELMFILE_VERSION}/helmfile_${HELMFILE_STRIPPED}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - helmfile && chmod +x ${INSTALL_PATH}/helmfile && curl -sSL \"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - && curl -sSL \"https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz\" | tar -zx --strip-components=1 -C ${INSTALL_PATH} -f - linux-${TARGETARCH}/helm && helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}" did not complete successfully: exit code: 1
build (1.21, linux, amd64, linux/arm64)
The job was canceled because "_1_21_linux_amd64_linux_a" failed.
build (1.21, linux, amd64, linux/arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --update --no-cache bash curl git yq && chmod +x ${INSTALL_PATH}/helmfile-nix && HELMFILE_STRIPPED=$(echo \"$HELMFILE_VERSION\" | cut -c2-) && export HELMFILE_STRIPPED && curl -sSL \"https://github.com/helmfile/helmfile/releases/download/${HELMFILE_VERSION}/helmfile_${HELMFILE_STRIPPED}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - helmfile && chmod +x ${INSTALL_PATH}/helmfile && curl -sSL \"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_${TARGETARCH}.tar.gz\" | tar -zx -C ${INSTALL_PATH} -f - && curl -sSL \"https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz\" | tar -zx --strip-components=1 -C ${INSTALL_PATH} -f - linux-${TARGETARCH}/helm && helm plugin install https://github.com/databus23/helm-diff --version ${HELM_DIFF_VERSION}" did not complete successfully: exit code: 1
build (1.21, linux, amd64, linux/amd64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1, docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7, docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (1.21, linux, amd64, linux/amd64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/