File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments