buildkit/util/archutil/386_check.go

8 lines
90 B
Go

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