-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM Images #264
Comments
It can be useful on RPI 4 cluster on |
Hi @DWSR , ArgoCD does not support ARM as of today. Do you want to move this issue to argoproj/argocd ? I think that is a better place for this issue :) |
There's already an open issue: argoproj/argo-cd#4211 There's no reason to wait for ArgoCD to support ARM though, IMO. You can easily run mixed architecture clusters (I'm running one at home) and introducing ARM support in the operator isn't blocked on ARM support in ArgoCD itself. |
Any update on this one in the past year or so? |
Anyone in the community willing to contribute to this ? |
I can take a look at this. |
Following up on this. Manager container returns |
@iam-veeramalla is this still open for contrib? |
Updated build step, #1453. Up for discussion |
Thanks @lwj5 for the PR. It's a good start. To fully support operator installation on ARM via OLM, a few more changes are needed:
However, before proceeding with these changes, I would like to hear the thoughts of other maintainers. |
Any change that ARM images could be published? They can be built via e.g.
buildx
orpodman
cross-build support to avoid requiring access to ARM hardware.I'd like to use these on my Raspberry Pi cluster, but I'm sure that there are also folks who want to use them on their Graviton-powered EKS clusters.
The text was updated successfully, but these errors were encountered: