mirror of https://github.com/v2ray/v2ray-core
Support Linux on s390x
parent
12ae92ade4
commit
b8dc01be55
|
@ -83,6 +83,8 @@ sysArch(){
|
||||||
VDIS="mipsle"
|
VDIS="mipsle"
|
||||||
elif [[ "$ARCH" == *"mips"* ]]; then
|
elif [[ "$ARCH" == *"mips"* ]]; then
|
||||||
VDIS="mips"
|
VDIS="mips"
|
||||||
|
elif [[ "$ARCH" == *"s390x"* ]]; then
|
||||||
|
VDIS="s390x"
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue