argoproj-labs / argocd-autopilot

Argo-CD Autopilot
https://argocd-autopilot.readthedocs.io/en/stable/
Apache License 2.0
910 stars 122 forks source link

demo-app fails on arm64 hosts #606

Open strophy opened 1 month ago

strophy commented 1 month ago

I'm trying to learn Argo CD and was following along with the documentation and examples included in this repo. My target cluster consists of several Raspberry Pi devices. Unfortunately the demo-app image referenced here does not exist for linux/arm64 arch, resulting in my tests failing with exec /app/simple-web-app: exec format error in the logs. Would be nice to build this image for arm arch as well, thanks!