F40: Change bootable-container name to -bootc

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-03-06 09:58:13 -05:00
commit ce5eaa7cff

View file

@ -235,7 +235,7 @@ osbuild = {
"manifest_type": "dvd-ostree",
},
{
"name": "%s-oci" % release_name,
"name": "%s-bootc" % release_name,
"distro": "fedora-40",
"image_types": ["iot-bootable-container"],
"target": "f%s-candidate" % release_version,