diff options
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index eddb4478..a946494f 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -28,7 +28,7 @@ mono_architectures = """ release_architectures = """ armel armhf arm64 i386 - mips mipsel + mips mips64el mipsel powerpc ppc64el s390x """.split() |