From bda61530f8297c67ce68d8519a979dd1be3ef949 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 14 Nov 2019 05:43:14 +0100 Subject: [PATCH] rebootstrap: mips is no longer a release architecture --- job-cfg/rebootstrap.yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 508c0c72..b4c1acc4 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -29,7 +29,7 @@ mono_architectures = """ release_architectures = """ armel armhf arm64 i386 - mips mips64el mipsel + mips64el mipsel ppc64el s390x """.split() -- GitLab