feat: add linux riscv64 reh build (#1851)

This commit is contained in:
Levi Zim
2024-04-12 20:27:37 +08:00
committed by GitHub
parent 50cd49e73c
commit ab01a1aa00
9 changed files with 417 additions and 188 deletions

View File

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