mirror of https://github.com/Xhofe/alist
build: build musl first
parent
08aaa5e2c0
commit
ce5dacbf3f
2
build.sh
2
build.sh
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue