Commit c30e33cd authored by Bin Lu's avatar Bin Lu

enable e2e test on Arm64

Signed-off-by: 's avatarBin Lu <bin.lu@arm.com>
parent 4492337d
...@@ -47,6 +47,9 @@ case "$(uname -m)" in ...@@ -47,6 +47,9 @@ case "$(uname -m)" in
arm*) arm*)
host_arch=arm host_arch=arm
;; ;;
aarch64*)
host_arch=arm64
;;
i?86*) i?86*)
host_arch=386 host_arch=386
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment