Skip to content

Commit 712c89e

Browse files
argo-hub.argo-workflows: multiarch
1 parent d47eab3 commit 712c89e

File tree

2 files changed

+6
-6
lines changed
  • workflows/argo-workflows/versions

2 files changed

+6
-6
lines changed

workflows/argo-workflows/versions/0.0.3/images/argo-workflow-cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ARG ARGO_WORKFLOWS_CLI_VERSION=v3.2.6
44
ARG TARGETARCH
55

66
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

workflows/argo-workflows/versions/0.0.4/images/argo-workflow-cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ARG ARGO_WORKFLOWS_CLI_VERSION=v3.2.6
44
ARG TARGETARCH
55

66
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

0 commit comments

Comments
 (0)