Increase the size of the python-classroom disk images

Currently this are failing by running out of space.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-03-11 11:47:01 -08:00
parent 0d2b85bc1b
commit dc03926bbf

View File

@ -441,7 +441,7 @@ image_build = {
'name': 'Fedora-Python-Classroom',
'kickstart': 'fedora-disk-python-classroom.ks',
'distro': 'Fedora-30',
'disk_size': 6,
'disk_size': 10,
'arches': ['aarch64', 'armhfp'],
'repo': 'Everything',
'install_tree_from': 'Everything',