Versions in this module Expand all Collapse all v0 v0.0.5 Jun 22, 2026 Changes in this version + type CapabilityPolicy struct + Filesystems bool + OSRelease bool + ZFS bool + type GateMetadata struct + CIJob string + GOOS string + LabGuest string + LocalTarget string + Name string + Script string + func NativeGates() []GateMetadata + type IdentityPolicy struct + KernelName string + OSFamily string + OSName string + type Profile struct + Capabilities CapabilityPolicy + CompileTargets []Target + DistributionTargets []Target + Gate GateMetadata + ID string + Identity IdentityPolicy + Label string + SchemaVisible bool + SupportTier SupportTier + func Lookup(goos string) (Profile, bool) + func Profiles() []Profile + func SchemaVisibleProfiles() []Profile + type SupportTier string + const SupportTierLabValidated + const SupportTierRelease + type Target struct + GOARCH string + GOOS string + func CompileTargets() []Target + func DistributionTargets() []Target