|
curl -ksSL -o argocd https://argocd-server.argocd/download/argocd-linux-amd64 |
I am running the course on my M1 Mac, and the binary in this download doesn't work, but only yields /usr/local/bin/argocd: 1: 404: not found to the console.
I changed the URL to ARM64, https://argocd-server.argocd/download/argocd-linux-arm64 and that seems to fix it for me.
python-app/.github/workflows/cicd.yaml
Line 56 in 3c3227c
I am running the course on my M1 Mac, and the binary in this download doesn't work, but only yields
/usr/local/bin/argocd: 1: 404: not foundto the console.I changed the URL to ARM64,
https://argocd-server.argocd/download/argocd-linux-arm64and that seems to fix it for me.