copr: disable bootstrap image for epel-7-ppc64le
https://github.com/fedora-copr/copr/issues/2875
This commit is contained in:
parent
1e6fba350e
commit
7fab4cba72
1 changed files with 9 additions and 0 deletions
|
@ -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',)
|
Loading…
Add table
Add a link
Reference in a new issue