Skip to content

Commit 6d01dfa

Browse files
committed
Use armbian-apps config for app-specific images and armbian-community for community images
Signed-off-by: Igor Pecovnik <[email protected]>
1 parent 8f4f2a6 commit 6d01dfa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/generate_targets.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def generate_apps_yaml(conf_wip_boards, manual_content=""):
421421
# Images with app-specific extensions
422422
apps-ha:
423423
enabled: yes
424-
configs: [ armbian-images ]
424+
configs: [ armbian-apps ]
425425
pipeline:
426426
gha: *armbian-gha
427427
build-image: "yes"
@@ -437,7 +437,7 @@ def generate_apps_yaml(conf_wip_boards, manual_content=""):
437437
438438
apps-openhab:
439439
enabled: yes
440-
configs: [ armbian-images ]
440+
configs: [ armbian-apps ]
441441
pipeline:
442442
gha: *armbian-gha
443443
build-image: "yes"
@@ -453,7 +453,7 @@ def generate_apps_yaml(conf_wip_boards, manual_content=""):
453453
454454
apps-kali:
455455
enabled: yes
456-
configs: [ armbian-images ]
456+
configs: [ armbian-apps ]
457457
pipeline:
458458
gha: *armbian-gha
459459
build-image: "yes"
@@ -986,7 +986,7 @@ def generate_community_yaml(csc_tvb_boards, manual_content=""):
986986
# Debian forky minimal CLI for all community boards
987987
community-forky-all:
988988
enabled: yes
989-
configs: [ armbian-images ]
989+
configs: [ armbian-community ]
990990
pipeline:
991991
gha: *armbian-gha
992992
build-image: "yes"
@@ -1021,7 +1021,7 @@ def generate_community_yaml(csc_tvb_boards, manual_content=""):
10211021
# Ubuntu noble GNOME desktop for fast HDMI community boards
10221022
community-noble-gnome:
10231023
enabled: yes
1024-
configs: [ armbian-images ]
1024+
configs: [ armbian-community ]
10251025
pipeline:
10261026
gha: *armbian-gha
10271027
build-image: "yes"
@@ -1044,7 +1044,7 @@ def generate_community_yaml(csc_tvb_boards, manual_content=""):
10441044
# Ubuntu noble XFCE desktop for slow HDMI community boards
10451045
community-noble-xfce:
10461046
enabled: yes
1047-
configs: [ armbian-images ]
1047+
configs: [ armbian-community ]
10481048
pipeline:
10491049
gha: *armbian-gha
10501050
build-image: "yes"
@@ -1068,7 +1068,7 @@ def generate_community_yaml(csc_tvb_boards, manual_content=""):
10681068
# Ubuntu noble XFCE desktop for RISC-V community boards
10691069
community-noble-riscv64-xfce:
10701070
enabled: yes
1071-
configs: [ armbian-images ]
1071+
configs: [ armbian-community ]
10721072
pipeline:
10731073
gha: *armbian-gha
10741074
build-image: "yes"
@@ -1092,7 +1092,7 @@ def generate_community_yaml(csc_tvb_boards, manual_content=""):
10921092
# Ubuntu noble minimal CLI for headless community boards
10931093
community-noble-minimal:
10941094
enabled: yes
1095-
configs: [ armbian-images ]
1095+
configs: [ armbian-community ]
10961096
pipeline:
10971097
gha: *armbian-gha
10981098
build-image: "yes"

0 commit comments

Comments
 (0)