From 6d6138d346ba4d0a8555fd9a8f877896f1639eb0 Mon Sep 17 00:00:00 2001 From: Ramana Radhakrishnan Date: Wed, 30 Jun 2021 09:39:41 +0100 Subject: [PATCH] Fix compute library installation on AArch64 (#8371) * Fix compute library installation on AArch64 * empty --- docker/install/ubuntu_download_arm_compute_lib_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_download_arm_compute_lib_binaries.sh b/docker/install/ubuntu_download_arm_compute_lib_binaries.sh index e71cff0f7ba6..01926df9f72f 100755 --- a/docker/install/ubuntu_download_arm_compute_lib_binaries.sh +++ b/docker/install/ubuntu_download_arm_compute_lib_binaries.sh @@ -17,7 +17,7 @@ # under the License. set -e - +architecture_type = $(uname -i) # Install cross-compiler when not building natively. # Depending on the architecture selected to compile for, # you may need to install an alternative cross-compiler.