Skip to content

Commit

Permalink
add anolis family with anolis platform
Browse files Browse the repository at this point in the history
wangyu-geek committed Nov 15, 2024
1 parent aa9796d commit 8e62971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host/host_linux.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8e62971

Please sign in to comment.