DEBSOURCES
Skip Quicknav
sources / docker.io / 26.1.5%2Bdfsg1-9 / engine / vendor / github.com / moby / buildkit / util / archutil / ppc64le_check.go
12345678
//go:build !ppc64le // +build !ppc64le package archutil func ppc64leSupported() (string, error) { return check("ppc64le", Binaryppc64le) }