diff --git a/roles/copr/frontend/files/chroots.conf b/roles/copr/frontend/files/chroots.conf index 0d29d04919..ca7ffaafe2 100644 --- a/roles/copr/frontend/files/chroots.conf +++ b/roles/copr/frontend/files/chroots.conf @@ -19,8 +19,4 @@ config["rules"] = [{ "match_type": "arch", "match": ["riscv64"], "comment": "An emulated chroot. Builds are done on x86_64 using QEMU.", -}, { - "match_type": "arch", - "match": ["s390x"], - "comment": "An emulated chroot. Builds are done on x86_64 using QEMU.", }]