fix(ci): specifically set architecture
Some checks failed
functions / build (push) Failing after 1m36s
Some checks failed
functions / build (push) Failing after 1m36s
This commit is contained in:
parent
05d3cd7546
commit
637afab6e2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup argocd CLI
|
- name: Setup argocd CLI
|
||||||
run: |
|
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
|
chmod +x /usr/local/bin/argocd
|
||||||
argocd version --client
|
argocd version --client
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue