mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-18 09:08:29 +00:00
add "s390x" to FIF arch schema
This commit is contained in:
parent
058808ac61
commit
38f35c11ee
@ -3,5 +3,5 @@
|
|||||||
"$id": "fif-arch.json",
|
"$id": "fif-arch.json",
|
||||||
"title": "FIF arch schema",
|
"title": "FIF arch schema",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [ "x86_64", "arm", "aarch64", "ppc64le" ]
|
"enum": [ "x86_64", "arm", "aarch64", "ppc64le", "s390x" ]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user