mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
enable e2e test on Arm64
Signed-off-by: Bin Lu <bin.lu@arm.com>
This commit is contained in:
parent
4492337dbf
commit
c30e33cd84
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ case "$(uname -m)" in
|
|||
arm*)
|
||||
host_arch=arm
|
||||
;;
|
||||
aarch64*)
|
||||
host_arch=arm64
|
||||
;;
|
||||
i?86*)
|
||||
host_arch=386
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue