package
3.11.5+incompatible
Repository: https://github.com/sylabs/singularity.git
Documentation: pkg.go.dev

# Functions

ArchFromContainer walks through a container filesystem until it find an elf binary to read target architecture from and returns it.
ArchFromElf returns the architecture string after inspection of the provided elf binary.
CompatibleWith returns if the current machine architecture is compatible or can run via emulation the architecture passed in argument.

# Variables

ErrUnknownArch is the error returned for unknown architecture.