mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add support for Amazon Linux 2 (#4555)
This commit is contained in:
parent
5e3bcc4a61
commit
68330bd38f
2 changed files with 2 additions and 1 deletions
1
changes/issue-4555_add_support_for_amazon_linux_2
Normal file
1
changes/issue-4555_add_support_for_amazon_linux_2
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Added support for Amazon Linux 2
|
||||
|
|
@ -218,7 +218,7 @@ func (h *Host) FleetPlatform() string {
|
|||
|
||||
// HostLinuxOSs are the possible linux values for Host.Platform.
|
||||
var HostLinuxOSs = []string{
|
||||
"linux", "ubuntu", "debian", "rhel", "centos", "sles", "kali", "gentoo",
|
||||
"linux", "ubuntu", "debian", "rhel", "centos", "sles", "kali", "gentoo", "amzn",
|
||||
}
|
||||
|
||||
func isLinux(hostPlatform string) bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue