From 01bd48d95590ae59d16b27df5842c55df2f547d1 Mon Sep 17 00:00:00 2001
From: rodriguezst <826-rodriguezst@users.noreply.gitlab.postmarketos.org>
Date: Fri, 28 Mar 2025 10:05:30 +0000
Subject: [PATCH] images: xiaomi-nabu: set chasis to convertible and handset

This will trigger builds with both mobile and desktop UIs

Part-of: https://gitlab.postmarketos.org/postmarketOS/build.postmarketos.org/-/merge_requests/126
---
 bpo/config/const/images.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bpo/config/const/images.py b/bpo/config/const/images.py
index c5f58a8..8dd21e0 100644
--- a/bpo/config/const/images.py
+++ b/bpo/config/const/images.py
@@ -734,6 +734,7 @@ images = {
         ],
         "branch_configs": {
             "master": {
+                "ui": get_ui_list(chassis=["convertible", "handset"]),
                 "date-start": "2025-01-10",  # Friday
             },
         },
-- 
GitLab