From f046e86b9da2df9d04938a4e991cd571f61ff976 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 16 2024 13:22:53 +0000 Subject: F41: add bootc variant Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index a702ef3..01f28be 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -22,7 +22,7 @@ sigkeys = ['e99d6ad1'] tree_arches = ['aarch64', 'x86_64'] # limit tree variants # if undefined, all variants from variants.xml will be included -tree_variants = ['IoT'] +tree_variants = ['IoT', 'bootc'] hashed_directories = True # RUNROOT settings @@ -284,8 +284,7 @@ ostree = { } ostree_container = { - "^IoT$": { - "ociarchive_name": "fedora-bootc", + "^bootc$": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "config_url": "https://pagure.io/fedora-iot/ostree", "config_branch": "main", diff --git a/variants-fedora.xml b/variants-fedora.xml index fc87bb1..058a67d 100644 --- a/variants-fedora.xml +++ b/variants-fedora.xml @@ -7,4 +7,10 @@ x86_64 + + + aarch64 + x86_64 + +