hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

support aarch64 #360

Closed gao-feng closed 7 years ago

gao-feng commented 7 years ago

Signed-off-by: Gao feng omarapazanadi@gmail.com

laijs commented 7 years ago

failed on gofmt

gnawux commented 7 years ago

could this be cross compiled? or we need to build it on an arm64 box?

gao-feng commented 7 years ago

@gnawux

Had better build on arm64 box. It's tested.

gnawux commented 7 years ago

Looks good for my debian pine64.

With kvm enabled (no vm cache):

root@pine64:/home/debian# time hyperctl run -t aarch64/busybox sh -c "echo hello, arm64"
hello, arm64

real    0m4.381s
user    0m0.130s
sys 0m0.080s
gao-feng commented 7 years ago

@gnawux updated, thanks!

gnawux commented 7 years ago

I think this could be merged when https://github.com/hyperhq/hyperstart/pull/207 is merged.

And we should update the Godep of hyperhq/hyperd