Documentation ¶
Index ¶
Constants ¶
View Source
const ( OSWindows = "windows" OSLinux = "linux" OSMac = "mac" PkgDeb = "deb" PkgRPM = "rpm" RepoOrg = "org" RepoEnterprise = "enterprise" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Platform ¶
Platform represents a platform (a combination of OS, distro, version, and architecture) on which we may build/test the tools. There should be at least one evergreen buildvariant per platform, and there may be multiple.
func GetByVariant ¶
func GetFromEnv ¶
Get returns the Platform for this host, based on the value of EVG_VARIANT. It returns an error if EVG_VARIANT is unset or set to an unknown value.
func (Platform) ArtifactExtensions ¶
func (Platform) DebianArch ¶
Click to show internal directories.
Click to hide internal directories.