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 <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2020-09-21 14:12:07 -04:00
parent b4b0781b78
commit 4a664ab4f9
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -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