Merge pull request #1233 from Kogelvis/almalinux_support
Let almalinux be part of the rhel family
This commit is contained in:
commit
6918006d35
|
@ -283,7 +283,7 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil
|
|||
family = "debian"
|
||||
case "fedora":
|
||||
family = "fedora"
|
||||
case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm", "rocky":
|
||||
case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm", "rocky", "almalinux":
|
||||
family = "rhel"
|
||||
case "suse", "opensuse", "opensuse-leap", "opensuse-tumbleweed", "opensuse-tumbleweed-kubic", "sles", "sled", "caasp":
|
||||
family = "suse"
|
||||
|
|
Loading…
Reference in New Issue