Skip to content

Commit 348f426

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

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
@@ -59,7 +59,7 @@ RUN curl https://awscli.amazonaws.com/awscli-exe-linux-"$(uname -m)".zip -o "aws
5959
# Install yq
6060
# https://mikefarah.gitbook.io/yq/#wget
6161
RUN wget https://github.com/mikefarah/yq/releases/download/v4.21.1/yq_linux_"$(dpkg --print-architecture)".tar.gz -O - |\
62-
tar xz && mv yq_linux_amd64 /usr/bin/yq
62+
tar xz && mv yq_linux_"$(dpkg --print-architecture)" /usr/bin/yq
6363

6464
# All further commands will be performed as the docker user.
6565
USER docker

0 commit comments

Comments
 (0)