From 824ffbca2bbbff9f7e4715baacb3ef5bae6e2d1a Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Mon, 13 Mar 2023 06:37:03 +0000
Subject: [PATCH] update pipeline-dtk-build-aarch64.yml

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

diff --git a/.workflow/pipeline-dtk-build-aarch64.yml b/.workflow/pipeline-dtk-build-aarch64.yml
index ea78a83..36a201f 100644
--- a/.workflow/pipeline-dtk-build-aarch64.yml
+++ b/.workflow/pipeline-dtk-build-aarch64.yml
@@ -18,10 +18,18 @@ stages:
         name: execute_by_docker
         displayName: 基于镜像的脚本执行
         certificate: ''
-        image: docker.io/arm64v8/debian:buster
+        image: docker.io/debian:buster
         command:
           - '# 请在此输入您想执行的脚本'
-          - echo 'Hello Gitee!'
+          - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
+          - apt update
+          - export DEBIAN_FRONTEND=noninteractive
+          - echo "安装git wget qemu-user-binfmt"
+          - apt install git wget qemu-user-binfmt
+          - ''
+          - git clone ???
+          - git clone https://gitlink.org.cn/shenmo7192/dtk-aarch64.git
+          - ''
         artifacts:
           - name: BUILD_ARTIFACT
             path: