From b9b03da2d57d47a8b73d37449e6d557a3731ed71 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Feb 07 2024 15:30:59 +0000 Subject: Add new image-type for iot-bootable-container Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index f128cd8..8c35a1c 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -234,6 +234,18 @@ osbuild = { "subvariant": "IoT", "manifest_type": "dvd-ostree", }, + { + "name": "%s" % release_name, + "distro": "fedora-40", + "image_types": ["iot-bootable-container"], + "target": "f%s-candidate" % release_version, + "arches": ["x86_64", "aarch64"], + "repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"], + "ostree_url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/", + "ostree_ref": "fedora/rawhide/$arch/iot", + "subvariant": "IoT", + "failable": ["*"], + }, ], }