From ec0b009a9213f4c6ef712aeba104adda8e3eade6 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: May 10 2024 17:50:31 +0000 Subject: f41: add bootc tier0 target Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 4eccecb..33c2a60 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -281,6 +281,15 @@ ostree_container = { "arches": ["x86_64", "aarch64"], "failable": ['*'], }, + "^bootc-tier0$": { + "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", + "config_url": "https://pagure.io/fedora-iot/base-images", + "config_branch": "main", + "treefile": "fedora-tier-0-rawhide.yaml", + "repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"], + "arches": ["x86_64", "aarch64"], + "failable": ['*'], + }, } koji_profile = 'compose_koji'