Add ppc64le support to container build and CI#2176
Merged
crivetimihai merged 2 commits intoIBM:mainfrom Jan 20, 2026
Merged
Conversation
3 tasks
Member
|
Thank you, closing the previous PR. |
Contributor
Author
|
Thanks @crivetimihai, |
Contributor
Author
|
Hi @crivetimihai Still, let us know if you need any inputs or clarification from our side. Thanks, |
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
- Add ppc64le to supported architectures list in MULTIPLATFORM.md
- Update build times table with ppc64le QEMU estimates
- Update architecture-specific OpenSSL section for ppc64le
- Update manifest example output with ppc64le
- Fix typo in container.md ("not points" -> "points")
- Update architecture index with ppc64le support
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Member
|
Hi, yes, we've updated |
d3e8383 to
bd62bd6
Compare
crivetimihai
approved these changes
Jan 20, 2026
Member
There was a problem hiding this comment.
Rebased, updated, documented. Tested: make container-build-multi. Notes:
All base images support ppc64le:
- quay.io/pypa/manylinux2014:2025.12.13-1 → amd64, arm64, ppc64le, s390x ✓
- registry.access.redhat.com/ubi10/ubi-minimal → amd64, arm64, ppc64le, s390x ✓
- registry.access.redhat.com/ubi10/ubi → amd64, arm64, ppc64le, s390x ✓
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
* Add ppc64le support to container build and CI
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
* docs: update documentation for ppc64le architecture support
- Add ppc64le to supported architectures list in MULTIPLATFORM.md
- Update build times table with ppc64le QEMU estimates
- Update architecture-specific OpenSSL section for ppc64le
- Update manifest example output with ppc64le
- Fix typo in container.md ("not points" -> "points")
- Update architecture index with ppc64le support
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
---------
Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
Co-authored-by: Sanket Patil <Sanket.Patil11@ibm.com>
Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR supersedes #2053.
Closes #2205
The original author of #2053 is no longer with the organization.
As requested in the earlier review, the changes have been rebased onto
main, squashed into a single signed commit, and submitted here from my fork.Summary of changes:
Please let me know if any further changes are needed.