mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-01 03:21:24 +00:00
8 lines
188 B
JSON
8 lines
188 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"$id": "fif-arch.json",
|
||
|
"title": "FIF arch schema",
|
||
|
"type": "string",
|
||
|
"enum": [ "x86_64", "arm", "aarch64", "ppc64le" ]
|
||
|
}
|