Skip to content

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

Open
KaiyiLiu1234 wants to merge 1 commit intosustainable-computing-io:mainfrom
KaiyiLiu1234:openshift-arm-support
Open

chore(multi-arch-build): modify build process to enable ARM Support#667
KaiyiLiu1234 wants to merge 1 commit intosustainable-computing-io:mainfrom
KaiyiLiu1234:openshift-arm-support

Conversation

@KaiyiLiu1234
Copy link
Copy Markdown
Collaborator

  • 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
@KaiyiLiu1234 KaiyiLiu1234 force-pushed the openshift-arm-support branch from 64fd349 to 4d14466 Compare March 18, 2026 05:38
@KaiyiLiu1234 KaiyiLiu1234 requested a review from vimalk78 March 18, 2026 05:39
@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 (b85b9df) to head (7161786).

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.

@KaiyiLiu1234 KaiyiLiu1234 force-pushed the openshift-arm-support branch from 4d14466 to f01d200 Compare March 18, 2026 17:29
@KaiyiLiu1234
Copy link
Copy Markdown
Collaborator Author

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

@KaiyiLiu1234 KaiyiLiu1234 force-pushed the openshift-arm-support branch 2 times, most recently from febb225 to e28e36e Compare March 18, 2026 17:36
@KaiyiLiu1234
Copy link
Copy Markdown
Collaborator 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

@KaiyiLiu1234
Copy link
Copy Markdown
Collaborator Author

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

…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>
@KaiyiLiu1234 KaiyiLiu1234 force-pushed the openshift-arm-support branch from e28e36e to 7161786 Compare March 23, 2026 15:10
@KaiyiLiu1234
Copy link
Copy Markdown
Collaborator Author

@vimalk78 merge conflict fixed

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.

2 participants