Explorar o código

fix: manual build on linux arm64 (#2041)

Suyun hai 9 meses
pai
achega
5e4ba54b43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build/build.sh

+ 1 - 1
build/build.sh

@@ -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"