如果你发现qemu-aarch64-static没有安装,你需要根据你的操作系统来查找安装方法。以下是一些常见Linux发行版的安装命令: 对于基于Debian的系统(如Ubuntu),你可以使用APT包管理器来安装: bash sudo apt-get update sudo apt-get install qemu-user-static 对于基于Red Hat的系统(如CentOS或Fedora),你可能需要使用YU...
4. 下载特定架构的docker容器# 下载ubuntu 20.04/22.04的arm或aarch64容器的命令如下:# Copy Highlighter-hljs docker pull--platform arm ubuntu:20.04 docker pull--platform arm64 ubuntu:20.04 docker pull--platform arm ubuntu:22.04 docker pull--platform arm64 ubuntu:22.04 5. 启动相应的docker容器# 相应...
runs-on: ubuntu-latest steps: @@ -45,9 +46,10 @@ jobs: submodules: recursive - run: sudo gem install apt-spy2 && sudo apt-spy2 fix - run: sudo apt-get update -y - run: sudo apt-get install -o Acquire::Retries=5 -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf - run:...