From 18bbcf51c9543fd6cd50fcac0f0c2b790e039843 Mon Sep 17 00:00:00 2001 From: Bruce Date: Mon, 11 Dec 2023 11:03:44 +0800 Subject: [PATCH] chore: the workflow for ARM environment build is not quite right, remove it for now (#706) --- scripts/pack.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pack.sh b/scripts/pack.sh index c5613a14..25f59c09 100644 --- a/scripts/pack.sh +++ b/scripts/pack.sh @@ -12,10 +12,10 @@ cd $DIR case $3 in centos7) bash $STUDIO/scripts/pack_CentOS.sh - bash $STUDIO/scripts/pack_CentOS_aarch64.sh + # bash $STUDIO/scripts/pack_CentOS_aarch64.sh ;; ubuntu1604) bash $STUDIO/scripts/pack_Ubuntu.sh - bash $STUDIO/scripts/pack_Ubuntu_arrch64.sh + # bash $STUDIO/scripts/pack_Ubuntu_aarch64.sh ;; esac \ No newline at end of file