ci(os-132): remove stale remote buildx mode#1267
Merged
Conversation
Signed-off-by: Jonas Toelke <jtoelke@nvidia.com>
|
🌿 Preview your docs: https://nvidia-preview-pr-1267.docs.buildwithfern.com/openshell |
drew
approved these changes
May 8, 2026
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.
Summary
Remove the stale remote BuildKit mode from the shared setup-buildx action now that all tracked callers use local Buildx on supported runners.
Related Issue
OS-132 / OS-49 Phase 8
Changes
.github/actions/setup-buildx/action.yml.driver: localinputs from all current setup-buildx callers.buildkitd-configsupport in place for local builder registry mirror config.Testing
git diff --checkmise run pre-commitpassesmise run pre-commitwas attempted. It failed on unrelated local workspace issues: markdownlint errors in untracked.codex-learning/*.md, plus existing local Rust test failuressh::tests::launch_editor_returns_friendly_error_when_binary_missing. Rust check, clippy, Python tests, Helm lint, license check, formatting checks, and Mermaid lint completed successfully before the markdown task failure was reported.Checklist