diff options
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 33ea5fa2..201e3743 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -3,9 +3,10 @@ architectures = """ i386 hppa - mips mipsel + mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x + sh4 sparc sparc64 x32 """.split() |