buildkit/util/archutil/386_check_386.go

8 lines
76 B
Go

// +build 386
package archutil
func i386Supported() error {
return nil
}