feat: s390x support for reh server (#2099)

This commit is contained in:
Andreas Grapentin
2024-11-09 19:46:27 +01:00
committed by GitHub
parent e8abb85f36
commit c9e2046201
8 changed files with 508 additions and 1 deletions

View File

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