Skip to content

Commit 6918006

Browse files
authored
Merge pull request #1233 from Kogelvis/almalinux_support
Let almalinux be part of the rhel family
2 parents 5ba00db + 001699b commit 6918006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/host_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func PlatformInformationWithContext(ctx context.Context) (platform string, famil
283283
family = "debian"
284284
case "fedora":
285285
family = "fedora"
286-
case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm", "rocky":
286+
case "oracle", "centos", "redhat", "scientific", "enterpriseenterprise", "amazon", "xenserver", "cloudlinux", "ibm_powerkvm", "rocky", "almalinux":
287287
family = "rhel"
288288
case "suse", "opensuse", "opensuse-leap", "opensuse-tumbleweed", "opensuse-tumbleweed-kubic", "sles", "sled", "caasp":
289289
family = "suse"

0 commit comments

Comments
 (0)