diff --git a/build.sh b/build.sh index 0022d68f..980a5282 100644 --- a/build.sh +++ b/build.sh @@ -149,8 +149,8 @@ elif [ "$1" = "docker" ]; then elif [ "$1" = "build" ]; then BUILD build elif [ "$1" = "release" ]; then - BUILD release BUILD_MUSL + BUILD release RELEASE else echo -e "${RED_COLOR} Parameter error ${RES}"