From 4a664ab4f91bdd226212e106957202ca45b20fa7 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 21 Sep 2020 14:12:07 -0400 Subject: [PATCH] cloud: switch imagebuild for GCP image to tar-gz format It turns out koji doesn't know about `gce` even though ImageFactory does. Really all we need is the output disk image to be a tar.gz so let's try with the `tar-gz` format in koji, which looks like it was intended for use with GCP. Signed-off-by: Dusty Mabe --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 1105cd4..7183429 100644 --- a/fedora.conf +++ b/fedora.conf @@ -357,7 +357,7 @@ image_build = { }, { 'image-build': { - 'format': [('gce', 'tar.gz')], + 'format': [('tar-gz', 'tar.gz')], 'name': 'Fedora-Cloud-Base-GCP', 'kickstart': 'fedora-cloud-base-gcp.ks', # Use `Fedora-30` profile here because we need it