mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
In previous dev_cli.sh, the `uname -m` command will generate either `x86_64` or `aarch64`, which is inconsistent with the architectures in the Dockerfile, namely `amd64` and `arm64`. This will cause some dependancy missing in the docker container when the docker image is built locally. This commit fixes this inconsistancy. Signed-off-by: Henry Wang <Henry.Wang@arm.com>