Drop minimal image size back down to 10GB

We bumped it for the live image build update test, but I tweaked
that to use a separate scratch disk now, so the base image no
longer needs to be so big.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-05-06 14:22:37 -07:00
parent ecc183e890
commit 0bbe629647

View File

@ -132,7 +132,7 @@
"stable": ["x86_64"], "stable": ["x86_64"],
"branched": ["x86_64"] "branched": ["x86_64"]
}, },
"size" : "20", "size" : "10",
"imgver": "3" "imgver": "3"
}, },
{ {
@ -141,7 +141,7 @@
"-1" : ["x86_64"], "-1" : ["x86_64"],
"-2" : ["x86_64"] "-2" : ["x86_64"]
}, },
"size" : "20", "size" : "10",
"imgver": "3", "imgver": "3",
"bootopts": "uefi" "bootopts": "uefi"
}, },