feat: loong64 support for reh server (#2087)

This commit is contained in:
darkyzhou
2024-11-05 01:54:40 +08:00
committed by GitHub
parent d736414896
commit a023a24173
10 changed files with 179 additions and 7 deletions

View File

@@ -59,6 +59,8 @@ elif [[ "${UNAME_ARCH}" == "ppc64le" ]]; then
export VSCODE_ARCH="ppc64le"
elif [[ "${UNAME_ARCH}" == "riscv64" ]]; then
export VSCODE_ARCH="riscv64"
elif [[ "${UNAME_ARCH}" == "loongarch64" ]]; then
export VSCODE_ARCH="loong64"
else
export VSCODE_ARCH="x64"
fi