summaryrefslogtreecommitdiffstats
path: root/templates/machines/qemuarm.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/machines/qemuarm.jinja2')
-rw-r--r--templates/machines/qemuarm.jinja22
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/machines/qemuarm.jinja2 b/templates/machines/qemuarm.jinja2
index e219265..4a5f946 100644
--- a/templates/machines/qemuarm.jinja2
+++ b/templates/machines/qemuarm.jinja2
@@ -19,3 +19,5 @@
{%- else %}
{%- set rfs_image = rfs_image|default("agl-demo-platform-qemuarm.ext4.xz") %}
{%- endif %}
+{% set qemu_binary = 'qemu-system-arm' %}
+{% set qemu_docker = True %}