Documentation
¶
Index ¶
Constants ¶
View Source
const Amd64 = "amd64"
Amd64 architecture
View Source
const Arm64 = "arm64"
Arm64 architecture
View Source
const Darwin = "darwin"
Darwin OS
View Source
const Linux = "linux"
Linux OS
Variables ¶
View Source
var All = append(Core, Optional...)
All platforms supported by Hermit.
Core platforms officially supported by Hermit.
For a package to be considered fully compliant, these platforms need to be supported
View Source
var Optional = Platforms{ {Linux, Arm64}, }
Optional platforms supported on a best-effort basis.
Fully compliant packages are not required to support these platforms
Functions ¶
func ArchToXArch ¶ added in v0.2.22
ArchToXArch maps "arch" to "xarch".
Types ¶
Click to show internal directories.
Click to hide internal directories.