framework: add resolute (Ubuntu 26.04) image to the daily matrix#26
Merged
Conversation
Adds ubuntu-resolute amd64 and arm64 to docker-per-arch and a matching multi-arch manifest entry in join-arches. Mirrors the existing noble rows in shape and runner choice (ubuntu-24.04 hosts with buildx + QEMU; the host kernel doesn't drive the produced image). armbian/build's distributions/resolute/support is already 'csc' as of the latest sync, so consumers of these images can target resolute end to end.
4 tasks
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
Adds resolute (Ubuntu 26.04) to
.github/workflows/update_docker.yml— the daily Docker Images for Framework workflow that publishes the per-release build environments consumed byarmbian/build's./compile.sh docker ….After this lands,
armbian/buildusers can target resolute end-to-end without first having to build the framework image locally.Changes
docker-per-archmatrix gainsubuntu/resolute/amd64andubuntu/resolute/arm64, mirroring the noble rows (sameubuntu-24.04/ubuntu-24.04-armrunners — buildx + QEMU does the heavy lifting, the host kernel doesn't drive the resulting image).join-archesgains a corresponding multi-arch manifest step:armbian-ubuntu-resolute-amd64-latest+armbian-ubuntu-resolute-arm64-latest→armbian-ubuntu-resolute-latest.Why now
armbian/build'sconfig/distributions/resolute/supportis alreadysupported(alongsidenobleandtrixie); the rest of the toolchain (release-targets generators, board matrices, etc.) tracks resolute as an active Ubuntu release for nightly + community + standard scopes.Dependency
The first run on this branch hit
E: Package 'qemu-user-static' has no installation candidateon resolute — that package is virtual on Ubuntu 26.04. Fixed in armbian/build#9790; needs to land before this PR's matrix can go green.Test plan
ghcr.io/armbian/docker-armbian-build:armbian-ubuntu-resolute-amd64-latestghcr.io/armbian/docker-armbian-build:armbian-ubuntu-resolute-arm64-latestarmbian-ubuntu-resolute-latestmulti-arch tag.armbian/build./compile.sh dockerwithRELEASE=resolutepulls and runs the new image cleanly.