Skip to content

Commit 2157a8c

Browse files
SteeManMIigorpecovnik
authored andcommitted
Add custom build targets for Amlogic TV Boxes
- Add Standard Server (CLI) builds for Debian and Ubuntu stable for current (tv boxes are used primarily as mini servers, so have basic server builds) - Add Standard Server (CLI) builds for Debian and Ubuntu stable for edge (need at lease one build on edge for both debian and ubuntu to get some community testing) - Add XFCE Desktop for Debian stable for current (need at least one desktop build for debian)
1 parent abd0d2b commit 2157a8c

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Manual target additions for community maintained builds
2+
# This content will be appended to the auto-generated targets-release-community-maintained.yaml
3+
4+
# Debian trixie cli
5+
cli-stable-debian:
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: "no"
14+
BUILD_DESKTOP: "no"
15+
items:
16+
- { BOARD: aml-s9xx-box, BRANCH: current }
17+
- { BOARD: aml-s9xx-box, BRANCH: edge }
18+
19+
# Ubuntu noble minimal with current kernel - UEFI only
20+
cli-stable-ubuntu:
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: "no"
30+
items:
31+
- { BOARD: aml-s9xx-box, BRANCH: current }
32+
- { BOARD: aml-s9xx-box, BRANCH: edge }
33+
34+
# Debian stable XFCE desktop
35+
desktop-stable-debian-xfce:
36+
enabled: yes
37+
configs: [ armbian-images ]
38+
pipeline:
39+
gha: *armbian-gha
40+
build-image: "yes"
41+
vars:
42+
RELEASE: trixie
43+
BUILD_MINIMAL: "no"
44+
BUILD_DESKTOP: "yes"
45+
DESKTOP_ENVIRONMENT: "xfce"
46+
DESKTOP_ENVIRONMENT_CONFIG_NAME: "config_base"
47+
DESKTOP_APPGROUPS_SELECTED: "programming"
48+
items:
49+
- { BOARD: aml-s9xx-box, BRANCH: current }

0 commit comments

Comments
 (0)