From c2190475a8f6eb6d1c7d0cef0abd1bfcf946f8cb Mon Sep 17 00:00:00 2001 From: huchangqi Date: Wed, 27 Nov 2024 11:06:50 +0800 Subject: [PATCH] support loongnix-server --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 095dbae..0371d72 100644 --- a/build.sh +++ b/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"