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