buildkit/util/binfmt_misc/s390x_check_s390x.go

8 lines
82 B
Go

// +build s390x
package binfmt_misc
func s390xSupported() error {
return nil
}