Skip to content
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

feat: Add support for CPU architecture #29

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

tutte
Copy link
Contributor

@tutte tutte commented May 23, 2024

Description

Add support for other CPU architectures than x86, as they are provided in ArgoCD releases:

  • arm64
  • ppc64
  • s390x

Motivation and Context

How Has This Been Tested?

  • Ran integration tests for MacOS and Linux
  • MacOS arm64 tests are using the darwin arm64 binary instead of amd64

Screenshots (if appropriate):

Previously:
image
Now:
image

* [FEAT] - Add support for CPU architecture

* Fix enum

* Add more architectures
@tutte tutte requested a review from bryantbiggs as a code owner May 23, 2024 07:08
@bryantbiggs bryantbiggs changed the title [FEAT] - Add support for CPU architecture (#1) feat: Add support for CPU architecture May 23, 2024
@bryantbiggs bryantbiggs merged commit 9624e35 into clowdhaus:main May 23, 2024
7 checks passed
bryantbiggs pushed a commit that referenced this pull request May 23, 2024
# [2.2.0](v2.1.0...v2.2.0) (2024-05-23)

### Features

* Add support for CPU architecture ([#29](#29)) ([9624e35](9624e35))
@bryantbiggs
Copy link
Member

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for arm64
2 participants