Revert "Merge branch 'multiarch-images' into 'master'"

This reverts merge request !577
This commit is contained in:
Balasankar 'Balu' C 2022-09-19 10:15:53 +00:00
parent 7fc85c87db
commit 514f304d5f
16 changed files with 66 additions and 53 deletions

View file

@ -4,7 +4,7 @@ set -xeou pipefail
KUBECTL_VERSION=${1}
KUBECTL_DOWNLOAD_SHA256=${2}
KUBECTL_DOWNLOAD_URL="https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH:-amd64}/kubectl"
KUBECTL_DOWNLOAD_URL="https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/$(dpkg --print-architecture)/kubectl"
curl -fsSL "${KUBECTL_DOWNLOAD_URL}" -o kubectl
echo "${KUBECTL_DOWNLOAD_SHA256} kubectl" | sha256sum -c -