File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -534,12 +534,24 @@ def generate_apps_yaml(conf_wip_boards, manual_content=""):
534534 gha: *armbian-gha
535535 build-image: "yes"
536536 vars:
537- RELEASE: noble
537+ RELEASE: trixie
538538 BUILD_MINIMAL: "no"
539- BUILD_DESKTOP: "yes"
540- DESKTOP_ENVIRONMENT: "gnome"
541- DESKTOP_ENVIRONMENT_CONFIG_NAME: "config_base"
542- ENABLE_EXTENSIONS: "home-assistant"
539+ BUILD_DESKTOP: "no"
540+ ENABLE_EXTENSIONS: "ha"
541+ items:
542+ - *apps-builds
543+
544+ apps-omv:
545+ enabled: yes
546+ configs: [ armbian-apps ]
547+ pipeline:
548+ gha: *armbian-gha
549+ build-image: "yes"
550+ vars:
551+ RELEASE: trixie
552+ BUILD_MINIMAL: "yes"
553+ BUILD_DESKTOP: "no"
554+ ENABLE_EXTENSIONS: "omv"
543555 items:
544556 - *apps-builds
545557
@@ -550,11 +562,9 @@ def generate_apps_yaml(conf_wip_boards, manual_content=""):
550562 gha: *armbian-gha
551563 build-image: "yes"
552564 vars:
553- RELEASE: noble
565+ RELEASE: trixie
554566 BUILD_MINIMAL: "no"
555- BUILD_DESKTOP: "yes"
556- DESKTOP_ENVIRONMENT: "gnome"
557- DESKTOP_ENVIRONMENT_CONFIG_NAME: "config_base"
567+ BUILD_DESKTOP: "no"
558568 ENABLE_EXTENSIONS: "openhab"
559569 items:
560570 - *apps-builds
@@ -566,11 +576,10 @@ def generate_apps_yaml(conf_wip_boards, manual_content=""):
566576 gha: *armbian-gha
567577 build-image: "yes"
568578 vars:
569- RELEASE: kali-rolling
579+ RELEASE: sid
570580 BUILD_MINIMAL: "no"
571- BUILD_DESKTOP: "yes"
572- DESKTOP_ENVIRONMENT: "xfce"
573- DESKTOP_ENVIRONMENT_CONFIG_NAME: "config_base"
581+ BUILD_DESKTOP: "no"
582+ ENABLE_EXTENSIONS: "kali"
574583 items:
575584 - *apps-builds
576585"""
You can’t perform that action at this time.
0 commit comments