File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
workflows/argo-workflows/versions
0.0.3/images/argo-workflow-cli
0.0.4/images/argo-workflow-cli Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ ARG ARGO_WORKFLOWS_CLI_VERSION=v3.2.6
4
4
ARG TARGETARCH
5
5
6
6
RUN wget https://github.com/argoproj/argo-workflows/releases/download/$ARGO_WORKFLOWS_CLI_VERSION/argo-linux-${TARGETARCH}.gz \
7
- && gunzip argo-linux-amd64 .gz \
8
- && chmod +x argo-linux-amd64 \
9
- && mv ./argo-linux-amd64 /usr/local/bin/argo
7
+ && gunzip argo-linux-${TARGETARCH} .gz \
8
+ && chmod +x argo-linux-${TARGETARCH} \
9
+ && mv ./argo-linux-${TARGETARCH} /usr/local/bin/argo
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ ARG ARGO_WORKFLOWS_CLI_VERSION=v3.2.6
4
4
ARG TARGETARCH
5
5
6
6
RUN wget https://github.com/argoproj/argo-workflows/releases/download/$ARGO_WORKFLOWS_CLI_VERSION/argo-linux-${TARGETARCH}.gz \
7
- && gunzip argo-linux-amd64 .gz \
8
- && chmod +x argo-linux-amd64 \
9
- && mv ./argo-linux-amd64 /usr/local/bin/argo
7
+ && gunzip argo-linux-${TARGETARCH} .gz \
8
+ && chmod +x argo-linux-${TARGETARCH} \
9
+ && mv ./argo-linux-${TARGETARCH} /usr/local/bin/argo
You can’t perform that action at this time.
0 commit comments