Skip to content

Commit 904c280

Browse files
argo-hub.argo-workflows: multiarch
1 parent bd1a3f6 commit 904c280

File tree

1 file changed

+2
-1
lines changed
  • workflows/argo-workflows/versions/0.0.4/images/argo-workflow-cli

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM alpine:3.15.0
22

33
ARG ARGO_WORKFLOWS_CLI_VERSION=v3.2.6
4+
ARG TARGETARCH
45

5-
RUN wget https://github.com/argoproj/argo-workflows/releases/download/$ARGO_WORKFLOWS_CLI_VERSION/argo-linux-amd64.gz \
6+
RUN wget https://github.com/argoproj/argo-workflows/releases/download/$ARGO_WORKFLOWS_CLI_VERSION/argo-linux-${TARGETARCH}.gz \
67
&& gunzip argo-linux-amd64.gz \
78
&& chmod +x argo-linux-amd64 \
89
&& mv ./argo-linux-amd64 /usr/local/bin/argo

0 commit comments

Comments
 (0)