Skip to content

Commit d2e9491

Browse files
committed
Fix arch on helm extract
1 parent 348f426 commit d2e9491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN curl -o /usr/local/bin/kubectl -LO "https://storage.googleapis.com/kubernete
3939
helm init --client-only
4040

4141
# Also install helm3 as `helm3`
42-
RUN curl -s https://get.helm.sh/helm-v3.6.2-linux-"$(dpkg --print-architecture)".tar.gz | sudo tar -C /tmp --no-same-owner -xvzf - linux-amd64/helm --strip-components 1 && \
42+
RUN curl -s https://get.helm.sh/helm-v3.6.2-linux-"$(dpkg --print-architecture)".tar.gz | sudo tar -C /tmp --no-same-owner -xvzf - linux-"$(dpkg --print-architecture)"/helm --strip-components 1 && \
4343
mv /tmp/helm /bin/helm3
4444

4545
# Install Kustomize

0 commit comments

Comments
 (0)