设置ARM模拟器
sudo apt-get install qemu binfmt-support qemu-user-static # Install the qemu packages
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes # This step will execute the registering scripts
docker run --rm -it arm64v8/ubuntu /bin/bash # Testing the emulation environment