support loongnix-server
This commit is contained in:
2
build.sh
2
build.sh
@ -69,6 +69,8 @@ elif [ X"$kernel" = X"asianux" ]; then
|
||||
dist_version="Asianux"
|
||||
elif [ X"$kernel" = X"Darwin" ]; then
|
||||
dist_version="Darwin"
|
||||
elif [ X"$kernel" = X"loongnix-server" ]; then
|
||||
dist_version="loongnix-server"
|
||||
else
|
||||
echo "WARN:Only EulerOS, OPENEULER(aarch64), SUSE, CentOS and Asianux platform support, there will set to UNKNOWN"
|
||||
dist_version="UNKNOWN"
|
||||
|
||||
Reference in New Issue
Block a user