buildkit/util/archutil/s390x_check.go

8 lines
95 B
Go

// +build !s390x
package archutil
func s390xSupported() error {
return check(Binarys390x)
}