Sfoglia il codice sorgente

Support Linux on s390x

astrataro 7 anni fa
parent
commit
b8dc01be55
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      release/install-release.sh

+ 2 - 0
release/install-release.sh

@@ -83,6 +83,8 @@ sysArch(){
         VDIS="mipsle"
     elif [[ "$ARCH" == *"mips"* ]]; then
         VDIS="mips"
+    elif [[ "$ARCH" == *"s390x"* ]]; then
+        VDIS="s390x"
     fi
     return 0
 }