buildkit/util/binfmt_misc/386_check.go

8 lines
93 B
Go

// +build !386
package binfmt_misc
func i386Supported() error {
return check(Binary386)
}