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:
parent
ef5d044161
commit
728ae59b6d
1 changed files with 9 additions and 0 deletions
|
@ -166,5 +166,14 @@
|
||||||
"format": "iso",
|
"format": "iso",
|
||||||
"arch": "aarch64"
|
"arch": "aarch64"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"match": {
|
||||||
|
"subvariant": "Minimal",
|
||||||
|
"type": "raw-xz",
|
||||||
|
"format": "raw.xz",
|
||||||
|
"arch": "armhfp"
|
||||||
|
},
|
||||||
|
"dkboot": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue