From a2fc0b62f805dfcb4ef96cccce00e4640bd6baa5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 8 Oct 2024 08:58:54 -0700 Subject: [PATCH] Build bootc base image in IoT variant with explicit subvariant This just shadows the similar change on Rawhide and F41, but here we aren't building the IoT base bootc image. Signed-off-by: Adam Williamson --- fedora-iot.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fedora-iot.conf b/fedora-iot.conf index a8cd2c8..fd440e4 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -22,7 +22,7 @@ sigkeys = ['a15B79cc'] tree_arches = ['aarch64', 'x86_64'] # limit tree variants # if undefined, all variants from variants.xml will be included -tree_variants = ['IoT', 'bootc'] +tree_variants = ['IoT'] hashed_directories = True # RUNROOT settings @@ -275,7 +275,7 @@ ostree = { } ostree_container = { - "^bootc$": { + "^IoT$": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/fedora-iot/base-images", "config_branch": "f40", @@ -284,6 +284,7 @@ ostree_container = { "https://kojipkgs.fedoraproject.org/compose/updates/f40-updates/compose/Everything/$basearch/os/"], "arches": ["x86_64", "aarch64"], "failable": ['*'], + "subvariant": "bootc", }, } -- 2.55.0