diff --git a/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 b/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 index 0b7b59dc06..e3d03ece5f 100644 --- a/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 +++ b/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 @@ -29,6 +29,9 @@ cmd=( --tag CoprPurpose=builder --tag CoprInstance={% if devel %}devel{% else %}production{% endif %} --tag arch={{ item }} +{% if item == 'aarch64' %} + --additional-volume-size 160 +{% endif %} --playbook /var/lib/resallocserver/provision/builderpb-aws.yml )