mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-05 21:25:59 +08:00
update pipeline-dtk-build-aarch64.yml
This commit is contained in:
parent
001ce7e4e8
commit
cb66e8a0bd
@ -26,12 +26,12 @@ stages:
|
|||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- echo "安装wget qemu-user-binfmt"
|
- echo "安装wget qemu-user-binfmt"
|
||||||
- apt install wget qemu-user-binfmt -y
|
- apt install wget qemu-user-binfmt -y
|
||||||
- mkdir ../spark-store
|
- mkdir ../spark-store-git
|
||||||
- mv * ../spark-store
|
- mv * ../spark-store-git
|
||||||
- wget https://code.gitlink.org.cn/shenmo7192/debian-container-aarch64/raw/branch/master/DEBIANARM.tar.xz
|
- wget https://code.gitlink.org.cn/shenmo7192/debian-container-aarch64/raw/branch/master/DEBIANARM.tar.xz
|
||||||
- tar -xvf DEBIANARM.tar.xz
|
- tar -xvf DEBIANARM.tar.xz
|
||||||
- mkdir -p DEBIAN/root/build-spark
|
- mkdir -p DEBIAN/root/build-spark
|
||||||
- mv ../spark-store DEBIAN/root/build-spark
|
- mv ../spark-store-git DEBIAN/root/build-spark/spark-store
|
||||||
- wget https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/spark-build-aarch64.sh && mv spark-build-aarch64.sh DEBIAN/root
|
- wget https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/spark-build-aarch64.sh && mv spark-build-aarch64.sh DEBIAN/root
|
||||||
- chroot DEBIAN bash /root/spark-build-aarch64.sh
|
- chroot DEBIAN bash /root/spark-build-aarch64.sh
|
||||||
- ''
|
- ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user