From ff2e207167bdd9640613a59d043037731a7075c0 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 22 Aug 2026 19:17:14 +0200 Subject: [PATCH] nightly: Debian forky minimal with edge kernel for musepipro and k3picoitx forky is pinned literally rather than through the DEBIAN token: that token resolves to the current stable codename, and the point here is to exercise the next Debian together with the edge kernel. musepipro already builds edge. k3picoitx gets its edge branch in armbian/build#10506; until that merges the board has only legacy and current, and the item resolves to nothing. Signed-off-by: Igor Pecovnik --- .../targets-release-nightly.manual | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/release-targets/targets-release-nightly.manual b/release-targets/targets-release-nightly.manual index 4aca0b5e62..198a201b3d 100644 --- a/release-targets/targets-release-nightly.manual +++ b/release-targets/targets-release-nightly.manual @@ -61,3 +61,25 @@ minimal-cli-stable-debian-cloud-trixie: - { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" } - { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" } - { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" } + +# SpacemiT RISC-V, edge kernel on Debian forky. +# +# forky is pinned literally rather than using the DEBIAN token: the token +# resolves to the current stable codename, and the point of this target is to +# exercise the next Debian alongside the edge kernel. +# +# k3picoitx gained its edge branch in armbian/build#10506; without that merged +# it has only legacy/current and this item resolves to nothing. +minimal-cli-forky-edge-spacemit: + enabled: yes + configs: [ armbian-images ] + pipeline: + gha: *armbian-gha + build-image: "yes" + vars: + RELEASE: forky + BUILD_MINIMAL: "yes" + BUILD_DESKTOP: "no" + items: + - { BOARD: musepipro, BRANCH: edge } + - { BOARD: k3picoitx, BRANCH: edge }