From 17a6b22e551ca3b88d4d67791f078c833e8e287a Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Mon, 13 Mar 2023 09:00:30 +0000 Subject: [PATCH] update pipeline-dtk-build-aarch64.yml --- .workflow/pipeline-dtk-build-aarch64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.workflow/pipeline-dtk-build-aarch64.yml b/.workflow/pipeline-dtk-build-aarch64.yml index 13e040b..82c9c75 100644 --- a/.workflow/pipeline-dtk-build-aarch64.yml +++ b/.workflow/pipeline-dtk-build-aarch64.yml @@ -25,7 +25,7 @@ stages: - apt update - export DEBIAN_FRONTEND=noninteractive - echo "安装wget qemu-user-binfmt" - - apt install wget qemu-user-binfmt -y + - apt install wget qemu-user-binfmt 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