From 8e573af913327f458892d274d0eee4598143d2c4 Mon Sep 17 00:00:00 2001 From: Neal Patel Date: Thu, 11 Jul 2024 22:58:16 -0400 Subject: [PATCH] make arch dynamic --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02bde28..86d84d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/s RUN rm get_helm.sh # Install kubectl -RUN curl -LO "https://dl.k8s.io/release/v1.30.2/bin/linux/amd64/kubectl" \ +RUN curl -LO "https://dl.k8s.io/release/v1.30.2/bin/linux/$(uname -m)/kubectl" \ && chmod +x kubectl \ && mv kubectl /usr/local/bin/