From 08e4a43437c667d0f7dce50691faa8b3b8938cc0 Mon Sep 17 00:00:00 2001 From: Mecid Urganci Date: Mon, 16 Feb 2026 19:24:15 +0100 Subject: [PATCH] Target: Debian with Gnome Desktop --- .../targets-release-standard-support.template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/userpatches/targets-release-standard-support.template b/userpatches/targets-release-standard-support.template index cea75b9e26..f85717eda8 100644 --- a/userpatches/targets-release-standard-support.template +++ b/userpatches/targets-release-standard-support.template @@ -174,6 +174,25 @@ targets: - { BOARD: mekotronics-r58hd, BRANCH: vendor } - { BOARD: mekotronics-r58-4x4, BRANCH: vendor } + # Full Debian stable GNOME + gnome-desktop-stable-debian: + enabled: yes + configs: [ armbian-images ] + pipeline: + gha: *armbian-gha + build-image: "yes" + vars: + RELEASE: trixie + BUILD_MINIMAL: "no" + DESKTOP_ENVIRONMENT: "gnome" + BUILD_DESKTOP: "yes" + DESKTOP_ENVIRONMENT_CONFIG_NAME: "config_base" + DESKTOP_APPGROUPS_SELECTED: "browsers,chat,desktop_tools,editors,email,internet,languages,multimedia,office,programming,remote_desktop" + items: + - *standard-support-slow-hdmi + - { BOARD: mekotronics-r58hd, BRANCH: vendor } + - { BOARD: mekotronics-r58-4x4, BRANCH: vendor } + # Full Ubuntu Gnome gnome-3d-desktop-lts-ubuntu: enabled: yes