From 7504a9c5ca2694668ca5409b9955742b38e1538b Mon Sep 17 00:00:00 2001 From: Andrew Reusch Date: Wed, 30 Jun 2021 22:55:15 -0700 Subject: [PATCH] fix ci-arm build process (#8377) --- 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 01926df9f72f..c68654c75392 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) +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.