Add aarch64 to workers template.
This commit is contained in:
parent
888c66f52e
commit
d05660192c
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ HOST = http://{{ openqa_hostname|default('localhost') }}
|
|||
{% if openqa_tap is defined and openqa_tap %}
|
||||
{% if ansible_architecture == 'ppc64' or ansible_architecture == 'ppc64le' %}
|
||||
WORKER_CLASS = tap,qemu_ppc64le,qemu_ppc64
|
||||
{% elif ansible_architecture == 'aarch64' %}
|
||||
WORKER_CLASS = tap,qemu_aarch64,qemu_arm
|
||||
{% else %}
|
||||
WORKER_CLASS = tap,qemu_x86_64,qemu_i686,qemu_i586
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue