This commit is contained in:
Jan Čermák 2025-03-21 14:27:27 -04:00 committed by GitHub
commit 7a1d86a6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
sudo apt-get update
sudo apt-get install -y build-essential cmake git wget
hailo_version="4.20.0"
hailo_version="4.20.1"
arch=$(uname -m)
if [[ $arch == "x86_64" ]]; then

View File

@ -2,7 +2,7 @@
set -euxo pipefail
hailo_version="4.20.0"
hailo_version="4.20.1"
if [[ "${TARGETARCH}" == "amd64" ]]; then
arch="x86_64"