fix(ci): specifically set architecture
Some checks failed
functions / build (push) Failing after 1m36s

This commit is contained in:
Peter 2025-01-17 11:52:35 +01:00
parent 05d3cd7546
commit 637afab6e2
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup argocd CLI
run: |
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-$(uname -m)
curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-arm64
chmod +x /usr/local/bin/argocd
argocd version --client