Skip to content

ci: add Ubuntu resolute to the build matrix#22

Merged
igorpecovnik merged 1 commit into
mainfrom
add-resolute-to-build-matrix
May 10, 2026
Merged

ci: add Ubuntu resolute to the build matrix#22
igorpecovnik merged 1 commit into
mainfrom
add-resolute-to-build-matrix

Conversation

@igorpecovnik
Copy link
Copy Markdown
Member

Summary

Add `resolute` to the OS matrix in `action.yml`:

```diff

  •    os: [\"noble\",\"trixie\"]
    
  •    os: [\"noble\",\"resolute\",\"trixie\"]
    

```

Matrix grows from 2 boards × 2 OS × 2 ext = 8 cells to 2 × 3 × 2 = 12 cells. Updated the release body's Targets section to mention the new release.

Test plan

  • Trigger a manual `workflow_dispatch` of `Build Armbian SDK`.
  • Confirm 12 matrix cells run (was 8).
  • Confirm `uefi-x86,resolute` and `uefi-arm64,resolute` cells produce `.img.xz` and `.img.qcow2` artefacts on the release.
  • Confirm the aggregated `armbian-images.json` contains entries for `branch: resolute`.

Slot resolute into the os list alongside noble (Ubuntu LTS) and
trixie (Debian stable). Doubles the Ubuntu coverage so newer-userspace
images are available in the same daily release.

The matrix now produces 12 cells (2 boards × 3 OS × 2 extensions)
rather than 8. Update the release body's Targets section to match.
@igorpecovnik igorpecovnik merged commit b70d169 into main May 10, 2026
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