Skip to content

Replace defunct buildjet runners with GitHub-hosted runners - #6

Merged
Steve Briskin (stevebriskin) merged 1 commit into
viam-modules:mainfrom
stuqdog:replace-buildjet-runners
Jun 18, 2026
Merged

Replace defunct buildjet runners with GitHub-hosted runners#6
Steve Briskin (stevebriskin) merged 1 commit into
viam-modules:mainfrom
stuqdog:replace-buildjet-runners

Conversation

@stuqdog

Copy link
Copy Markdown
Contributor

The buildjet runners no longer work, breaking these workflows. This maps them to GitHub-hosted runners, matching the fix already made in viamrobotics/rust-utils#178:

  • buildjet-*-ubuntu-2204-arm (native arm64 builds) -> github-linux-arm64-8core
  • buildjet-*-ubuntu-2204 (x86) -> ubuntu-large

These are all native per-arch builds (arm64 container images / --platform linux/arm64), so the arm jobs map to the arm GitHub runner. Where present, the now-unused buildjet labels are also dropped from .github/actionlint.yml.

🤖 Generated with Claude Code

The buildjet runners no longer work. Map ARM runners to
github-linux-arm64-8core and x86 runners to ubuntu-large, matching the
fix already made in viamrobotics/rust-utils (#178).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@stevebriskin
Steve Briskin (stevebriskin) marked this pull request as ready for review June 18, 2026 19:59
@stevebriskin
Steve Briskin (stevebriskin) merged commit c8a15dd into viam-modules:main Jun 18, 2026
1 of 2 checks passed
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.

2 participants