copr-be: typo in config
This commit is contained in:
parent
07d2d46d96
commit
fe888acea9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ builds_max_workers_arch=
|
|||
x86_64={{ max_x86_64_workers }},
|
||||
aarch64={{ max_aarch64_workers }},
|
||||
armhfp={{ (max_x86_64_workers|int / 4)|int }},
|
||||
s390x={{ (max_x86_64_workers|int / 4)|int }},
|
||||
s390x={{ (max_x86_64_workers|int / 4)|int }}
|
||||
|
||||
# Maximum number of concurrently running tasks per project owner.
|
||||
{% if env == 'production' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue