Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedPlatforms = []Platform{
{OS: "darwin", Arch: "amd64"},
{OS: "darwin", Arch: "arm64"},
{OS: "linux", Arch: "amd64"},
{OS: "linux", Arch: "arm64"},
}
SupportedPlatforms lists all platforms we build shims for
Functions ¶
func GetShimForPlatform ¶
GetShimForPlatform returns the shim binary for a specific platform
Types ¶
Click to show internal directories.
Click to hide internal directories.