Skip to content

Add support to build MCP Gateway for ppc64le platform#2053

Closed
sanket-patil-11 wants to merge 9 commits intoIBM:mainfrom
sanket-patil-11:mcp-context-forge
Closed

Add support to build MCP Gateway for ppc64le platform#2053
sanket-patil-11 wants to merge 9 commits intoIBM:mainfrom
sanket-patil-11:mcp-context-forge

Conversation

@sanket-patil-11
Copy link
Copy Markdown
Contributor

✨ Feature / Enhancement PR

🔗 Epic / Issue

Link to the epic or parent issue:
Closes #2049


🚀 Summary (1-2 sentences)

What does this PR add or change?
This feature adds support to build MCP gateway container for ppc64le platform.


🧪 Checks

  • make lint passes
  • make test passes
  • CHANGELOG:
    Update Makefile to add "linux/ppc64le" to "container-build-multi"
    Added ppc64le support to Container.lite and Container files to successfully build "linux/ppc64le" container.

📓 Notes (optional)

Design sketch, screenshots, or extra context.

If the change introduces or alters an architectural decision, add or update an ADR in docs/docs/adr/ and link it here._

%% Example diagram - delete if not needed
flowchart TD
    A[Client] -->|POST /completions| B(MCPGateway)
    B --> C[Completion Service]
Loading

@jonpspri jonpspri self-requested a review January 16, 2026 16:40
@jonpspri
Copy link
Copy Markdown
Collaborator

jonpspri commented Jan 16, 2026

@sanket-patil-11 Thank you for this PR. I like what I see in the diffs, but could you please rebase into a single SIGNED commit and force push?

git fetch --all
git rebase upstream/main # First take care of any rebase conflicts
git rebase upstream/main --exec "git commit --amend --sign --no-edit --no-verify"
git commit --amend --sign --no-edit
git push --force-with-lease

Thanks!

@Amitkumar282
Copy link
Copy Markdown
Contributor

Amitkumar282 commented Jan 19, 2026

Hi @jonpspri
The author (sanket-patil-11 ) of this PR is no longer with the organization. As requested in the review, the changes have been rebased onto main, squashed into a single commit, and submitted in the new PR #2176 from my fork.

Please continue the review on the new PR #2176.

We can close this PR once the new PR has been merged.

@crivetimihai
Copy link
Copy Markdown
Member

Thank you for the PR, let me close this and look at the new PR #2176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants