Skip to content

chore(multi-arch-build): modify build process to enable ARM Support#667

Merged
kaiyiliu-strala merged 2 commits into
sustainable-computing-io:mainfrom
kaiyiliu-strala:openshift-arm-support
Apr 30, 2026
Merged

chore(multi-arch-build): modify build process to enable ARM Support#667
kaiyiliu-strala merged 2 commits into
sustainable-computing-io:mainfrom
kaiyiliu-strala:openshift-arm-support

Conversation

@kaiyiliu-strala
Copy link
Copy Markdown
Contributor

  • Cross-compile via BUILDPLATFORM/TARGETARCH with auto cross-compiler install (amd64<->arm64) in Dockerfile
  • Created relevant targets to build and push operator and bundle with docker buildx
  • Added cross compilation developer documentation guides

@github-actions github-actions Bot added the chore Routine tasks or maintenance label Mar 18, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.89%. Comparing base (dffed07) to head (56e605e).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #667   +/-   ##
=======================================
  Coverage   78.89%   78.89%           
=======================================
  Files          11       11           
  Lines        1085     1085           
=======================================
  Hits          856      856           
  Misses        199      199           
  Partials       30       30           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread must-gather/README.md Outdated
@kaiyiliu-strala
Copy link
Copy Markdown
Contributor Author

CI Changes will be in a followup PR (specifically change needed for release.yaml)

@kaiyiliu-strala kaiyiliu-strala force-pushed the openshift-arm-support branch 2 times, most recently from febb225 to e28e36e Compare March 18, 2026 17:36
@kaiyiliu-strala
Copy link
Copy Markdown
Contributor Author

Newly built operator functions as expected when deployed on ARM cluster.
Screenshot From 2026-03-18 14-53-08
Screenshot From 2026-03-18 14-54-05

@kaiyiliu-strala
Copy link
Copy Markdown
Contributor Author

Images also works on m5.metal OpenShift x86 cluster as well - tested using the operator image with 0.0.3-multi kepler image

@kaiyiliu-strala
Copy link
Copy Markdown
Contributor Author

@vimalk78 merge conflict fixed

…or Operator

Cross-compile via BUILDPLATFORM/TARGETARCH with auto cross-compiler install
(amd64<->arm64) in Dockerfile. Created relevant targets to build and push operator
and bundle with docker build. Added cross compilation developer documentation
guides.

Signed-off-by: Kaiyi Liu <kaliu@redhat.com>
vimalk78
vimalk78 previously approved these changes Apr 20, 2026
@kaiyiliu-strala kaiyiliu-strala merged commit 8290c41 into sustainable-computing-io:main Apr 30, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Routine tasks or maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants