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
HELM_VERSION=${1}
HELM_DOWNLOAD_SHA256=${2}
HELM_DOWNLOAD_URL="https://get.helm.sh/helm-v${HELM_VERSION}-linux-${TARGETARCH:-amd64}.tar.gz"
HELM_DOWNLOAD_URL="https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz"
curl -fsSL "${HELM_DOWNLOAD_URL}" -o helm.tar.gz
echo "${HELM_DOWNLOAD_SHA256} helm.tar.gz" | sha256sum -c -