Skip to content

ci: remove QEMU setup from build workflows#290

Merged
chorrell merged 1 commit into
mainfrom
ci/remove-qemu-native-runners
May 26, 2026
Merged

ci: remove QEMU setup from build workflows#290
chorrell merged 1 commit into
mainfrom
ci/remove-qemu-native-runners

Conversation

@chorrell
Copy link
Copy Markdown
Owner

Both build workflows use native runners for each platform:

  • ubuntu-24.04 builds linux/amd64
  • ubuntu-24.04-arm builds linux/arm64

QEMU emulation is therefore unused. Removing docker/setup-qemu-action from both dockerimage.yml and update-current-image.yml saves ~5–10 s per matrix job and removes an unnecessary action dependency.

Builds run on native runners (ubuntu-24.04 for amd64,
ubuntu-24.04-arm for arm64), so QEMU emulation is unused.
Removes the setup-qemu-action step from both build workflows.
@chorrell chorrell merged commit 4b28b98 into main May 26, 2026
5 checks passed
@chorrell chorrell deleted the ci/remove-qemu-native-runners branch May 26, 2026 03:23
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.

1 participant