From 38f35c11eeb6babb851347f2fe1211bba9e8b7a3 Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Thu, 25 Jan 2024 11:29:39 +0000 Subject: [PATCH] add "s390x" to FIF arch schema --- schemas/fif-arch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/fif-arch.json b/schemas/fif-arch.json index 88d613f0..48edae41 100644 --- a/schemas/fif-arch.json +++ b/schemas/fif-arch.json @@ -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" ] }