copr: disable bootstrap image for epel-7-ppc64le

https://github.com/fedora-copr/copr/issues/2875
This commit is contained in:
Pavel Raiskup 2023-08-22 13:40:31 +02:00
parent 1e6fba350e
commit 7fab4cba72

View file

@ -0,0 +1,9 @@
include('templates/centos-7.tpl')
include('templates/epel-7.tpl')
config_opts["use_bootstrap_image"] = False
config_opts['root'] = 'centos+epel-7-ppc64le'
config_opts['description'] = 'CentOS 7 + EPEL'
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)