Add aarch64 server boot, dvd to images.

This commit is contained in:
Paul Whalen 2018-02-21 14:50:42 -05:00 committed by Peter Robinson
parent d05660192c
commit 970640e4f4

View file

@ -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
}
]