Skip to content

Commit

Permalink
chore: the workflow for ARM environment build is not quite right, rem…
Browse files Browse the repository at this point in the history
…ove it for now (#706)
  • Loading branch information
huaxiabuluo authored Dec 11, 2023
1 parent 323e437 commit 18bbcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18bbcf5

Please sign in to comment.