feat: add linux-ppc64le (#1527)

This commit is contained in:
Lex
2023-06-05 01:50:34 -05:00
committed by GitHub
parent 443107bfa5
commit f7fc439526
6 changed files with 294 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ UNAME_ARCH=$( uname -m )
if [[ "${UNAME_ARCH}" == "arm64" ]]; then
export VSCODE_ARCH="arm64"
elif [[ "${UNAME_ARCH}" == "ppc64le" ]]; then
export VSCODE_ARCH="ppc64le"
else
export VSCODE_ARCH="x64"
fi