Skip to content

Commit 35339cc

Browse files
committed
Add trixie and noble to nightly manual targets
- Add Debian Trixie stable minimal cloud targets - Add Ubuntu Noble LTS minimal cloud targets - Include both qcow2 and vhdx image formats for UEFI arm64 and x86
1 parent d3b71a3 commit 35339cc

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

release-targets/targets-release-nightly.manual

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ minimal-cli-unstable-debian-cloud:
2424
configs: [ armbian-cloud ]
2525
pipeline:
2626
gha: *armbian-gha
27-
build-image: "yes"
27+
build-image: "yes"
2828
vars:
2929
RELEASE: forky
3030
BUILD_MINIMAL: "yes"
@@ -35,3 +35,37 @@ minimal-cli-unstable-debian-cloud:
3535
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
3636
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
3737

38+
# Debian stable minimal cloud (trixie)
39+
minimal-cli-stable-debian-cloud-trixie:
40+
enabled: yes
41+
configs: [ armbian-cloud ]
42+
pipeline:
43+
gha: *armbian-gha
44+
build-image: "yes"
45+
vars:
46+
RELEASE: trixie
47+
BUILD_MINIMAL: "yes"
48+
BUILD_DESKTOP: "no"
49+
items:
50+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
51+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
52+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
53+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
54+
55+
# Ubuntu LTS minimal cloud (noble)
56+
minimal-cli-stable-ubuntu-cloud-noble:
57+
enabled: yes
58+
configs: [ armbian-cloud ]
59+
pipeline:
60+
gha: *armbian-gha
61+
build-image: "yes"
62+
vars:
63+
RELEASE: noble
64+
BUILD_MINIMAL: "yes"
65+
BUILD_DESKTOP: "no"
66+
items:
67+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
68+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
69+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
70+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
71+

0 commit comments

Comments
 (0)