From 8e62971eb00075ea39feffab28e40cdb2dd550ae Mon Sep 17 00:00:00 2001 From: wangyu <578464694@qq.com> Date: Fri, 15 Nov 2024 19:28:24 +0800 Subject: [PATCH] add anolis family with anolis platform --- host/host_linux.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/host_linux.go b/host/host_linux.go index 04bda6c98..dd03f1555 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -315,6 +315,8 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil family = "solus" case "neokylin": family = "neokylin" + case "anolis": + family = "anolis" } return platform, family, version, nil