Skip to content

Commit

Permalink
Merge pull request #1745 from wangyu-geek/add_anolis_family_in_host_l…
Browse files Browse the repository at this point in the history
…inux

add anolis family with anolis platform in host/host_linux.go
  • Loading branch information
shirou authored Nov 16, 2024
2 parents aa9796d + 8e62971 commit 62a52f9
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
Expand Up @@ -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
Expand Down

0 comments on commit 62a52f9

Please sign in to comment.