package binfmt_misc
import "github.com/moby/buildkit/util/binfmt_misc"
Index ¶
Constants ¶
const Binaryamd64 = "" /* 974 byte string literal not displayed */
const Binaryarm = "" /* 702 byte string literal not displayed */
const Binaryarm64 = "" /* 550 byte string literal not displayed */
Functions ¶
func SupportedPlatforms ¶
func SupportedPlatforms() []string
func WarnIfUnsupported ¶
func WarnIfUnsupported(pfs []string)
WarnIfUnsupported validates the platforms and show warning message if there is, the end user could fix the issue based on those warning, and thus no need to drop the platform from the candidates.
Source Files ¶
amd64_binary.go amd64_check.go arm64_binary.go arm64_check.go arm_binary.go arm_check.go check.go check_unix.go detect.go
- Version
- v0.5.1
- Published
- May 9, 2019
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 4 minutes ago –
Tools for package owners.