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:
parent
b4b0781b78
commit
4a664ab4f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user