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> |
||
|---|---|---|
| .. | ||
| create-cloud-init.sh | ||
| dev_cli.sh | ||
| run_cargo_tests.sh | ||
| run_integration_tests_aarch64.sh | ||
| run_integration_tests_sgx.sh | ||
| run_integration_tests_x86_64.sh | ||
| run_openapi_tests.sh | ||
| run_unit_tests.sh | ||
| sha1sums-aarch64 | ||
| sha1sums-x86_64 | ||