Use native ARM runners for ARM Docker image builds#1248
Merged
Conversation
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update docker build actions for ARM image builds
Use native ARM runners for ARM Docker image builds
Feb 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1248 +/- ##
============================================
- Coverage 54.77% 54.77% -0.01%
Complexity 8012 8012
============================================
Files 601 601
Lines 25691 25691
============================================
- Hits 14073 14071 -2
- Misses 11618 11620 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
ARM images were built via QEMU emulation on x86 runners. This replaces emulation with native ARM compilation on
ubuntu-24.04-armrunners.Implementation
Matrix strategy with platform-specific runners:
linux/amd64→ubuntu-latestlinux/arm64→ubuntu-24.04-armlinux/arm/v7→ubuntu-24.04-armDigest-based workflow:
digests-{amd64,arm64,armv7})Cache scoping by platform (
build-${{ matrix.platform }})Removed QEMU setup step
Changes
Both
docker_build.ymlanddocker_frankenphp.ymlworkflows modified:Parallel native builds replace sequential emulated builds. Final images remain identical.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.