Skip to content

Commit

Permalink
enable e2e test on Arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Bin Lu <bin.lu@arm.com>
  • Loading branch information
Bin Lu committed Aug 13, 2018
1 parent 4492337 commit c30e33c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/clientbin.sh
Expand Up @@ -47,6 +47,9 @@ case "$(uname -m)" in
arm*)
host_arch=arm
;;
aarch64*)
host_arch=arm64
;;
i?86*)
host_arch=386
;;
Expand Down

0 comments on commit c30e33c

Please sign in to comment.