We need an F32 desktop image for aarch64

This is for
https://pagure.io/fedora-qa/os-autoinst-distri-fedora/issue/201 -
we're working around that by using the F32 image for now, but it
doesn't exist on aarch64 ATM. We'll have to remember to take
this out when that's fixed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-04 10:11:13 -08:00
parent ddf0fe0a69
commit f34ac0c042
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
"name" : "desktop",
"releases" : {
"current" : ["aarch64", "ppc64le"],
"32": ["aarch64"],
"stable" : ["x86_64"],
"branched": ["x86_64"]
},