copr: allow us to test s390x powerful builder

Relates: https://github.com/fedora-copr/copr/issues/3086
This commit is contained in:
Pavel Raiskup 2024-01-10 16:12:55 +01:00
parent f9d29c7b4b
commit 643cee29c1

View file

@ -181,7 +181,7 @@ FAS_SIGNUP_URL = "https://accounts.stg.fedoraproject.org"
# copr build $project https://...
# done
EXTRA_BUILDCHROOT_TAGS = [{
"pattern": "@copr/powerful-test/fedora-rawhide-(x86_64|aarch64)/.*",
"pattern": "@copr/powerful-test/fedora-rawhide-(x86_64|aarch64|s390x)/.*",
"tags": ["on_demand_powerful"],
}, {
"pattern": "@copr/measure-hypervisor.*/.*x86_64/.*",