buildkit/util/archutil/amd64_check.go

8 lines
95 B
Go

// +build !amd64
package archutil
func amd64Supported() error {
return check(Binaryamd64)
}