Skip to content

Commit 5b4de81

Browse files
committed
Add cloud image extensions to UEFI minimal targets
Add QCOW2 and VHDX image output extensions for UEFI arm64 and x86 cloud builds in both Debian and Ubuntu minimal configurations. Signed-off-by: Igor Pecovnik <igor@armbian.com>
1 parent 19e3ee8 commit 5b4de81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release-targets/targets-release-standard-support.manual

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ minimal-stable-debian-uefi:
1515
items:
1616
- { BOARD: uefi-arm64, BRANCH: edge }
1717
- { BOARD: uefi-x86, BRANCH: edge }
18+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
19+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
20+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
21+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
1822

1923
# Ubuntu noble minimal with current kernel - UEFI only
2024
minimal-stable-ubuntu-current-uefi:
@@ -30,6 +34,10 @@ minimal-stable-ubuntu-current-uefi:
3034
items:
3135
- { BOARD: uefi-arm64, BRANCH: current }
3236
- { BOARD: uefi-x86, BRANCH: current }
37+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
38+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-qcow2" }
39+
- { BOARD: uefi-arm64, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
40+
- { BOARD: uefi-x86, BRANCH: cloud, ENABLE_EXTENSIONS: "image-output-vhdx" }
3341

3442
# Ubuntu noble GNOME desktop - UEFI only
3543
desktop-stable-ubuntu-gnome-uefi:

0 commit comments

Comments
 (0)