copr: builders: best=False for centos-stream

Complements: 6fa5f05650050a7b3e4eebf68edea24255d37f4c
This commit is contained in:
Pavel Raiskup 2019-11-29 09:46:36 +01:00 committed by Pierre-Yves Chibon
parent e0f8122647
commit 2486104a95
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
include('templates/centos-stream.tpl')
include('/etc/mock/templates/centos-stream.tpl')
config_opts['root'] = 'centos-stream-aarch64'
config_opts['target_arch'] = 'aarch64'

View file

@ -1,4 +1,4 @@
include('templates/centos-stream.tpl')
include('/etc/mock/templates/centos-stream.tpl')
config_opts['root'] = 'centos-stream-ppc64le'
config_opts['target_arch'] = 'ppc64le'

View file

@ -1,4 +1,4 @@
include('templates/centos-stream.tpl')
include('/etc/mock/templates/centos-stream.tpl')
config_opts['root'] = 'centos-stream-x86_64'
config_opts['target_arch'] = 'x86_64'