kiwibuild: Add subvariant configuration

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit bcd937d16d)
This commit is contained in:
Lubomír Sedlář 2024-02-29 10:47:57 +01:00 committed by Stepan Oksanichenko
parent a3dcec5059
commit a6f6199910
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

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