Skip to content

Commit

Permalink
Fix compute library installation on AArch64 (apache#8371)
Browse files Browse the repository at this point in the history
* Fix compute library installation on AArch64

* empty
  • Loading branch information
Ramana Radhakrishnan authored and ylc committed Jan 13, 2022
1 parent acae175 commit 6d6138d
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)
# 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 6d6138d

Please sign in to comment.