mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-12-31 22:00:55 +00:00
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:
parent
ddf0fe0a69
commit
f34ac0c042
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@
|
||||||
"name" : "desktop",
|
"name" : "desktop",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"current" : ["aarch64", "ppc64le"],
|
"current" : ["aarch64", "ppc64le"],
|
||||||
|
"32": ["aarch64"],
|
||||||
"stable" : ["x86_64"],
|
"stable" : ["x86_64"],
|
||||||
"branched": ["x86_64"]
|
"branched": ["x86_64"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue