From 8b9bf53e4e42a4dc3624cc5c958f0eaf305d9f2f Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Mon, 13 Mar 2023 09:29:42 +0000
Subject: [PATCH] update pipeline-dtk-build-aarch64.yml

---
 .workflow/pipeline-dtk-build-aarch64.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.workflow/pipeline-dtk-build-aarch64.yml b/.workflow/pipeline-dtk-build-aarch64.yml
index 465b37f..0f078f4 100644
--- a/.workflow/pipeline-dtk-build-aarch64.yml
+++ b/.workflow/pipeline-dtk-build-aarch64.yml
@@ -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