We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c280 commit d47eab3Copy full SHA for d47eab3
workflows/argo-workflows/versions/0.0.3/images/argo-workflow-cli/Dockerfile
@@ -1,8 +1,9 @@
1
FROM alpine:3.15.0
2
3
ARG ARGO_WORKFLOWS_CLI_VERSION=v3.2.6
4
+ARG TARGETARCH
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 \
7
&& gunzip argo-linux-amd64.gz \
8
&& chmod +x argo-linux-amd64 \
9
&& mv ./argo-linux-amd64 /usr/local/bin/argo
0 commit comments