buildkit/util/archutil/386_check_386.go

9 lines
91 B
Go

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