Skip to content

Commit

Permalink
fix ci-arm build process (#8377)
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch authored Jul 1, 2021
1 parent 578f617 commit 7504a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_download_arm_compute_lib_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7504a9c

Please sign in to comment.