add "s390x" to FIF arch schema

This commit is contained in:
Alan Marshall 2024-01-25 11:29:39 +00:00
parent 058808ac61
commit 38f35c11ee
Signed by: alangm
GPG Key ID: 4DF85D1B967F51A6
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
"$id": "fif-arch.json",
"title": "FIF arch schema",
"type": "string",
"enum": [ "x86_64", "arm", "aarch64", "ppc64le" ]
"enum": [ "x86_64", "arm", "aarch64", "ppc64le", "s390x" ]
}