Skip to content

Commit eb58749

Browse files
committed
framework: add resolute (Ubuntu 26.04) image to the daily matrix
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.
1 parent 537cb9d commit eb58749

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/update_docker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- { os: "debian", release: "trixie", arch: "arm64", runner: "ubuntu-24.04-arm" }
3232
- { os: "ubuntu", release: "noble", arch: "amd64", runner: "ubuntu-24.04" }
3333
- { os: "ubuntu", release: "noble", arch: "arm64", runner: "ubuntu-24.04-arm" }
34+
- { os: "ubuntu", release: "resolute", arch: "amd64", runner: "ubuntu-24.04" }
35+
- { os: "ubuntu", release: "resolute", arch: "arm64", runner: "ubuntu-24.04-arm" }
3436
runs-on: "${{ matrix.runner }}"
3537
name: "${{ matrix.release }} ${{ matrix.arch }} (${{ matrix.os }})"
3638
env:
@@ -183,6 +185,14 @@ jobs:
183185
ghcr.io/${{ github.repository }}:armbian-ubuntu-noble-arm64-latest
184186
docker buildx imagetools inspect ghcr.io/${{ github.repository }}:armbian-ubuntu-noble-latest
185187
188+
- name: ubuntu-resolute - Create and push multi-arch manifest using buildx
189+
run: |
190+
docker buildx imagetools create -t \
191+
ghcr.io/${{ github.repository }}:armbian-ubuntu-resolute-latest \
192+
ghcr.io/${{ github.repository }}:armbian-ubuntu-resolute-amd64-latest \
193+
ghcr.io/${{ github.repository }}:armbian-ubuntu-resolute-arm64-latest
194+
docker buildx imagetools inspect ghcr.io/${{ github.repository }}:armbian-ubuntu-resolute-latest
195+
186196
keepalive:
187197
if: ${{ github.repository_owner == 'armbian' }}
188198
name: Keep Alive

0 commit comments

Comments
 (0)