-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Release Linux/ARM64 Argo-CD binary to the GitHub Releases #7035
Comments
Hi @odidev , Yes, there is some work going on in the PR #6758 to release the ARM64 Images. I think the binaries would be part of the release when ARM images are made part of the release but @jannfis can confirm this. @jannfis can we assume if the decision is made to release ARM images it would also include the release of the ARM binaries ? |
milestone v2.2 |
@wtam2018 @iam-veeramalla ..... Thank you for adding this activity to milestone v2.2. May I know if there is an ETA for the same? |
@alexmt can answer this :) |
I am also interested in this. |
Eagerly looking forward to arm64 release...would be interested to know if there's timeline planned for it :) |
Also looking forward to this, glad to hear it's coming in 2.2! |
Built a v2.1.3 Image yesterday on my 4 GB Raspberry pi and put it up on docker hub: |
Apparently, CNCF provides free access to ARM servers for open-source projects: https://github.com/cncf/cluster . If we can setup self-hosted runners it should be easy to run tests on ARM as well as build images during release. Created request for Argo: cncf/cluster#192 |
We've got ARM runners on equinix ! Working on CI change that runs e2e test on ARM host: #7549 It appears to be a little more difficult than I expected. We need to manually install a bunch of packages that are preinstalled in hosted VM runners (https://github.com/actions/virtual-environments). I was hoping it is just the runner itself but list appears to be pretty long. Got this script so far:
That is already too many manual steps so instead I'm working on creating custom image that can be used to quicky install runners: https://metal.equinix.com/developers/docs/operating-systems/custom-images/ |
Just trying to follow the status of ARM64 binaries availability for the Releases page. Is this currently slated for the v2.3 milestone? |
Hi Team,
I am working on Argo-CD over Linux/ARM64 platform. I could see that Argo-CD does not release binaries for ARM64 architecture in the GitHub releases.
I have successfully generated Linux/ARM64 binaries on the native platform using below command:
There is already a PR raised for releasing Linux/ARM64 Argo-CD docker image. It will be helpful if ARM64 binaries are also made available in the GitHub releases.
Are you planning on releasing ARM64 Argo-CD binaries? If required, I am happy to help and contribute.
The text was updated successfully, but these errors were encountered: