copr-builders: override fedora rawhide ppc64le mock config

This is a work-around for:
https://github.com/fedora-copr/copr/issues/3693
This commit is contained in:
Pavel Raiskup 2025-04-16 12:59:30 +02:00
parent 40f63f81d1
commit fec5b5beb3

View file

@ -0,0 +1,7 @@
config_opts['target_arch'] = 'ppc64le'
config_opts['legal_host_arches'] = ('ppc64le',)
include('templates/fedora-rawhide.tpl')
# Temporary work-around for https://github.com/fedora-copr/copr/issues/3693
config_opts["bootstrap_image"] = "quay.io/copr/mock-bootstrap-overrides:fedora-43-ppc64le-2025-04-16"