kiwibuild: Add subvariant configuration

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-02-29 10:47:57 +01:00
parent f0137fd9b9
commit bcd937d16d

View File

@ -1235,6 +1235,7 @@ def make_schema():
"arches": {"$ref": "#/definitions/list_of_strings"},
"repos": {"$ref": "#/definitions/list_of_strings"},
"failable": {"$ref": "#/definitions/list_of_strings"},
"subvariant": {"type": "string"},
},
"required": [
"target",