build: build musl first

pull/992/head
Xhofe 2022-04-24 17:39:25 +08:00
parent 08aaa5e2c0
commit ce5dacbf3f
1 changed files with 1 additions and 1 deletions

View File

@ -149,8 +149,8 @@ elif [ "$1" = "docker" ]; then
elif [ "$1" = "build" ]; then elif [ "$1" = "build" ]; then
BUILD build BUILD build
elif [ "$1" = "release" ]; then elif [ "$1" = "release" ]; then
BUILD release
BUILD_MUSL BUILD_MUSL
BUILD release
RELEASE RELEASE
else else
echo -e "${RED_COLOR} Parameter error ${RES}" echo -e "${RED_COLOR} Parameter error ${RES}"