Add aarch64 server boot, dvd to images.
This commit is contained in:
parent
d05660192c
commit
970640e4f4
1 changed files with 18 additions and 0 deletions
|
@ -161,5 +161,23 @@
|
|||
"arch": "ppc64"
|
||||
},
|
||||
"score": 10
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Server",
|
||||
"type": "boot",
|
||||
"format": "iso",
|
||||
"arch": "aarch64"
|
||||
},
|
||||
"score": 6
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"subvariant": "Server",
|
||||
"type": "dvd",
|
||||
"format": "iso",
|
||||
"arch": "aarch64"
|
||||
},
|
||||
"score": 10
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue