diff --git a/examples/raspberry_pi/setup.sh b/examples/raspberry_pi/setup.sh index 0b4f43ed1d3..880907b2d20 100755 --- a/examples/raspberry_pi/setup.sh +++ b/examples/raspberry_pi/setup.sh @@ -160,9 +160,12 @@ detect_host() { esac case "$HOST_ARCH" in - x86_64|amd64|arm64|aarch64) + x86_64|amd64|arm64) HOST_ARCH="x86_64" ;; + aarch64) + HOST_ARCH="aarch64" + ;; *) log_error "Unsupported host architecture: $HOST_ARCH" exit 1