From c19c9177ee6b849340cbde9d7de54147c26bdf0a Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sat, 20 Jun 2020 13:42:50 +0200 Subject: config.json: Reduce list of supported architectures for stretch under LTS support Signed-off-by: Salvatore Bonaccorso --- data/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config.json b/data/config.json index 59660ee0ed..579268529f 100644 --- a/data/config.json +++ b/data/config.json @@ -72,7 +72,7 @@ "stretch-proposed-updates" ] }, - "architectures": [ "amd64", "arm64", "armel", "armhf", "i386", "mips", "mips64el", "mipsel", "ppc64el", "s390x" ], + "architectures": [ "amd64", "arm64", "armel", "armhf", "i386" ], "release": "oldstable" }, "buster": { -- cgit v1.2.3