copr-be-dev: typo in aarch64 instance type

This commit is contained in:
Pavel Raiskup 2021-10-08 18:28:09 +02:00
parent 55679947f9
commit 79c601cf3f

View file

@ -81,7 +81,7 @@ aws_aarch64_{% if spot %}spot{% else %}normal{% endif %}_{% if devel %}dev{% els
{% for subnet in aws_arch_subnets["aarch64"] %}
--possible-subnet {{ subnet }}
{% endfor %}
--instance-type i3.large
--instance-type a1.xlarge
--tag FedoraGroup=copr
--tag CoprPurpose=builder
--tag CoprInstance={% if devel %}devel{% else %}production{% endif %}