copr-backend: specify additional disk for aarch64

See https://github.com/praiskup/resalloc-aws/pull/5
This commit is contained in:
Jakub Kadlcik 2023-05-14 16:50:15 +02:00
parent c9dcfefc1a
commit 014d14239b

View file

@ -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
)