From 13158bc3865edecbd6d0e0080ccaaca0f769b6a4 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Oct 05 2022 20:20:23 +0000 Subject: Move iso installation to osbuild Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index d269a7f..daa3748 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -224,6 +224,18 @@ osbuild = { "ostree_ref": "fedora/rawhide/$arch/iot", "subvariant": "IoT", }, + { + "name": "%s" % release_name, + "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", + "distro": "fedora-38", + "image_types": ["iot-installer"], + "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", + }, ], }