copr: remove armhfp chroot config overrides

These are not needed as the bug 1895363 doesn't seem to bother us.
This commit is contained in:
Pavel Raiskup 2021-06-15 08:31:02 +02:00
parent 304432fc88
commit 3de1d7fa0d
4 changed files with 0 additions and 31 deletions

View file

@ -1,8 +0,0 @@
config_opts['releasever'] = '32'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-branched.tpl')

View file

@ -1,8 +0,0 @@
config_opts['releasever'] = '33'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-branched.tpl')

View file

@ -1,8 +0,0 @@
config_opts['releasever'] = '34'
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-branched.tpl')

View file

@ -1,7 +0,0 @@
config_opts['target_arch'] = 'armv7hl'
config_opts['legal_host_arches'] = ('armv7l', 'armv8l', 'aarch64')
# https://bugzilla.redhat.com/show_bug.cgi?id=1895363
config_opts['use_bootstrap'] = False
include('templates/fedora-rawhide.tpl')