copr-be-dev: typo in aarch64 instance type
This commit is contained in:
parent
55679947f9
commit
79c601cf3f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue