mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 23:03:08 +00:00
Make sure we have a branched minimal image for aarch64
upgrade_minimal_64bit for Rawhide needs it. Honestly I don't remember the logic behind all these values any more, just hitting this with a stick. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
841fdf1ffb
commit
90661e5d15
@ -127,10 +127,10 @@
|
|||||||
{
|
{
|
||||||
"name" : "minimal",
|
"name" : "minimal",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"-1" : ["x86_64", "ppc64le", "aarch64"],
|
"-1" : ["x86_64", "ppc64le"],
|
||||||
"-2" : ["x86_64", "ppc64le", "aarch64"],
|
"-2" : ["x86_64", "ppc64le"],
|
||||||
"stable": ["x86_64"],
|
"stable": ["x86_64", "aarch64"],
|
||||||
"branched": ["x86_64"]
|
"branched": ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "10",
|
"size" : "10",
|
||||||
"imgver": "3"
|
"imgver": "3"
|
||||||
|
Loading…
Reference in New Issue
Block a user