openqa/dispatcher: try scheduling 32-bit ARM minimal image again

...this time it'll run on an aarch64 host. Let's see if that
works better.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-10-29 14:10:21 -07:00
parent ef5d044161
commit 728ae59b6d

View file

@ -166,5 +166,14 @@
"format": "iso",
"arch": "aarch64"
}
},
{
"match": {
"subvariant": "Minimal",
"type": "raw-xz",
"format": "raw.xz",
"arch": "armhfp"
},
"dkboot": true
}
]