Skip to content

Support arm64 builds#2350

Merged
k8s-ci-robot merged 2 commits intokubernetes-sigs:mainfrom
ed-pai:feat-arm64-multiarch-build
Mar 11, 2026
Merged

Support arm64 builds#2350
k8s-ci-robot merged 2 commits intokubernetes-sigs:mainfrom
ed-pai:feat-arm64-multiarch-build

Conversation

@ed-pai
Copy link
Copy Markdown
Contributor

@ed-pai ed-pai commented Feb 17, 2026

What type of PR is this?
/kind feature

What this PR does / why we need it:

Updates build scripts for multi-arch support (arm64 & amd64). This enables support for Nvidia GH200/GH200/DGX-Spark system. The change leverages Go's built-in cross compiling to handle arm64 binary and image creation on the GCP servers. Validated cross compiling works to build amd64 from an arm64 system with make image-build PLATFORMS=linux/amd64 IMAGE_TAG=epp:test-amd64-latest. Validated image runs on GH200 system.

Which issue(s) this PR fixes:

Fixes #685

Does this PR introduce a user-facing change?:


@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 17, 2026
@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented Feb 17, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Welcome @ed-pai!

It looks like this is your first PR to kubernetes-sigs/gateway-api-inference-extension 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/gateway-api-inference-extension has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 17, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Hi @ed-pai. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Feb 17, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 17, 2026

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit 4067a45
🔍 Latest deploy log https://app.netlify.com/projects/gateway-api-inference-extension/deploys/69b0692d6267ce000796371b
😎 Deploy Preview https://deploy-preview-2350--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Feb 17, 2026
@ed-pai ed-pai mentioned this pull request Feb 17, 2026
Comment thread Makefile Outdated
Comment thread Dockerfile Outdated
Comment thread Dockerfile Outdated
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Feb 18, 2026
Comment thread bbr.Dockerfile
Comment thread Dockerfile
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 20, 2026
@gerred
Copy link
Copy Markdown

gerred commented Mar 10, 2026

Bump on this. --build-arg would be implicit in most cases or builder dependent, but GOARCH would remain. This would be a great change.

@ed-pai ed-pai force-pushed the feat-arm64-multiarch-build branch from 9cc4204 to 836ed1d Compare March 10, 2026 18:48
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Mar 10, 2026
@shmuelk
Copy link
Copy Markdown
Contributor

shmuelk commented Mar 11, 2026

Thanks for the changes

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 11, 2026
@shmuelk
Copy link
Copy Markdown
Contributor

shmuelk commented Mar 11, 2026

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 11, 2026
Copy link
Copy Markdown
Contributor

@nirrozenbaum nirrozenbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ed-pai, nirrozenbaum

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 11, 2026
@k8s-ci-robot k8s-ci-robot merged commit 9a03451 into kubernetes-sigs:main Mar 11, 2026
11 checks passed
@ed-pai ed-pai deleted the feat-arm64-multiarch-build branch March 11, 2026 16:20
kfswain added a commit to kfswain/llm-instance-gateway that referenced this pull request Mar 11, 2026
k8s-ci-robot pushed a commit that referenced this pull request Mar 11, 2026
BizerNotNull pushed a commit to BizerNotNull/gateway-api-inference-extension that referenced this pull request Mar 15, 2026
* Support arm64 builds

* Add some redundant TARGETARCH, just in case
BizerNotNull pushed a commit to BizerNotNull/gateway-api-inference-extension that referenced this pull request Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi-platform builds

5 participants