Commit bda61530 authored by Helmut Grohne's avatar Helmut Grohne
Browse files

rebootstrap: mips is no longer a release architecture

parent 3348a44d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ mono_architectures = """
release_architectures = """
    armel armhf arm64
    i386
    mips mips64el mipsel
    mips64el mipsel
    ppc64el
    s390x
    """.split()