Skip to content

Commit 5723c63

Browse files
committed
Add manual append for standard UEFI images
1 parent 0a24225 commit 5723c63

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Manual target additions for standard support builds
2+
# This content will be appended to the auto-generated targets-release-standard-support.yaml
3+
4+
# Debian trixie minimal - UEFI only
5+
minimal-stable-debian-uefi:
6+
enabled: yes
7+
configs: [ armbian-images ]
8+
pipeline:
9+
gha: *armbian-gha
10+
build-image: "yes"
11+
vars:
12+
RELEASE: trixie
13+
BUILD_MINIMAL: "yes"
14+
BUILD_DESKTOP: "no"
15+
items:
16+
- { BOARD: uefi-arm64, BRANCH: edge }
17+
- { BOARD: uefi-x86, BRANCH: edge }
18+
19+
# Ubuntu noble GNOME desktop - UEFI only
20+
desktop-stable-ubuntu-gnome-uefi:
21+
enabled: yes
22+
configs: [ armbian-images ]
23+
pipeline:
24+
gha: *armbian-gha
25+
build-image: "yes"
26+
vars:
27+
RELEASE: noble
28+
BUILD_MINIMAL: "no"
29+
BUILD_DESKTOP: "yes"
30+
DESKTOP_ENVIRONMENT: "gnome"
31+
DESKTOP_ENVIRONMENT_CONFIG_NAME: "config_base"
32+
DESKTOP_APPGROUPS_SELECTED: "browsers,programming"
33+
items:
34+
- { BOARD: uefi-arm64, BRANCH: edge }
35+
- { BOARD: uefi-x86, BRANCH: edge }

0 commit comments

Comments
 (0)