mirror of
https://github.com/VSCodium/vscodium.git
synced 2025-01-08 18:29:42 +03:00
fix: manual build on linux arm64 (#2041)
This commit is contained in:
parent
a3718a2039
commit
5e4ba54b43
@ -53,7 +53,7 @@ esac
|
||||
|
||||
UNAME_ARCH=$( uname -m )
|
||||
|
||||
if [[ "${UNAME_ARCH}" == "arm64" ]]; then
|
||||
if [[ "${UNAME_ARCH}" == "aarch64" || "${UNAME_ARCH}" == "arm64" ]]; then
|
||||
export VSCODE_ARCH="arm64"
|
||||
elif [[ "${UNAME_ARCH}" == "ppc64le" ]]; then
|
||||
export VSCODE_ARCH="ppc64le"
|
||||
|
Loading…
Reference in New Issue
Block a user