fix(act): use TARGETARCH to determine argocd version
This commit is contained in:
parent
cba9044ff4
commit
2e30d7d559
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ RUN --mount=type=cache,target=/tmp \
|
|||
/tmp/aws/install
|
||||
|
||||
# ArgoCD CLI
|
||||
RUN curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-arm64 && \
|
||||
RUN curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-${TARGETARCH} && \
|
||||
chmod +x /usr/local/bin/argocd && \
|
||||
argocd version --client
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue