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", }, }