diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index cb2a47ade0..fa327296c9 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -49,7 +49,6 @@ builds_max_workers_arch= aarch64={{ max_aarch64_workers }}, s390x={{ max_s390x_workers }}, armhfp={{ (max_x86_64_workers|int / 4)|int }}, - s390x={{ (max_x86_64_workers|int / 4)|int }}, i386={{ (max_x86_64_workers|int / 4)|int }}, i586={{ (max_x86_64_workers|int / 4)|int }}, i686={{ (max_x86_64_workers|int / 4)|int }},