diff --git a/build.sh b/build.sh index 5be77ee..3857647 100644 --- a/build.sh +++ b/build.sh @@ -43,6 +43,8 @@ elif [ X"$kernel" = X"redflag" ]; then dist_version="Asianux" elif [ X"$kernel" = X"asianux" ]; then dist_version="Asianux" +elif [ X"$kernel" = X"loongnix-server" ]; then + dist_version="loongnix-server" else echo "We only support EulerOS, openEuler(aarch64), CentOS and Asianux platform." echo "Kernel is $kernel"