update pipeline-dtk-build-aarch64.yml

This commit is contained in:
shenmo 2023-03-13 09:29:42 +00:00 committed by Gitee
parent 453d3963dd
commit 8b9bf53e4e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -24,8 +24,8 @@ stages:
- sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
- apt update
- export DEBIAN_FRONTEND=noninteractive
- echo "安装wget qemu-user-binfmt"
- apt install wget qemu-user-binfmt xz-utils -y
- echo "安装wget qemu-user-static"
- apt install wget qemu-user-static xz-utils -y
- mkdir ../spark-store-git
- mv * ../spark-store-git
- wget https://code.gitlink.org.cn/shenmo7192/debian-container-aarch64/raw/branch/master/DEBIANARM.tar.xz