copr-backend: specify additional disk for aarch64
See https://github.com/praiskup/resalloc-aws/pull/5
This commit is contained in:
parent
c9dcfefc1a
commit
014d14239b
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ cmd=(
|
||||||
--tag CoprPurpose=builder
|
--tag CoprPurpose=builder
|
||||||
--tag CoprInstance={% if devel %}devel{% else %}production{% endif %}
|
--tag CoprInstance={% if devel %}devel{% else %}production{% endif %}
|
||||||
--tag arch={{ item }}
|
--tag arch={{ item }}
|
||||||
|
{% if item == 'aarch64' %}
|
||||||
|
--additional-volume-size 160
|
||||||
|
{% endif %}
|
||||||
--playbook /var/lib/resallocserver/provision/builderpb-aws.yml
|
--playbook /var/lib/resallocserver/provision/builderpb-aws.yml
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue