Skip to content

Upgrade compoenents #11

Upgrade compoenents

Upgrade compoenents #11

Triggered via pull request September 16, 2024 16:39
@byjgbyjg
opened #1
bump
Status Failure
Total duration 38s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then export PLATFORM_GOOGLE=\"x86_64\"; export PLATFORM_AWS=\"x86_64\"; export PLATFORM=\"amd64\"; else export PLATFORM_GOOGLE=\"arm\"; export PLATFORM_AWS=\"aarch64\"; export PLATFORM=\"arm64\"; fi && apt update -y -qq -o=Dpkg::Use-Pty=0 && apt install -y -qq -o=Dpkg::Use-Pty=0 wget curl gnupg gnupg2 gnupg1 unzip curl wget git python3 libffi-dev build-essential python3-cffi python3-pip groff ansible bash docker iptables runc podman buildah jq && wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && chmod +x /usr/bin/yq && echo 'cgroup_manager=\"cgroupfs\"' >> /etc/containers/libpod.conf && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt/archives && curl -LOs https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/${PLATFORM}/kubectl && chmod a+x kubectl && mv kubectl /usr/bin/kubectl && curl -Ls https://get.helm.sh/helm-v${HELM_VERSION}-linux-${PLATFORM}.tar.gz | tar xz -C /tmp && mv /tmp/linux-${PLATFORM}/helm /usr/bin/helm && curl -Ls https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_${PLATFORM}.tar.gz | tar xz -C /tmp && mv /tmp/kustomize /usr/bin/kustomize && curl -Ls https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-${PLATFORM}.tar.gz | tar xz -C /tmp && mv /tmp/doctl /usr/bin/doctl && curl -Ls https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-${PLATFORM_GOOGLE}.tar.gz | tar xz -C /opt && /opt/google-cloud-sdk/install.sh --command-completion true --path-update true -q && curl --silent --location \"https://github.com/weaveworks/eksctl/releases/download/${EKSCTL_VERSION}/eksctl_$(uname -s)_${PLATFORM}.tar.gz\" | tar xz -C /tmp && mv /tmp/eksctl /usr/local/bin && curl -s \"https://awscli.amazonaws.com/awscli-exe-linux-${PLATFORM_AWS}.zip\" -o \"/tmp/awscliv2.zip\" && unzip -qq /tmp/awscliv2.zip -d /tmp && /tmp/aws/install && rm -rf /tmp/*" did not complete successfully: exit code: 100
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/