buildkit/util/binfmt_misc/arm64_check_arm64.go

8 lines
82 B
Go

// +build arm64
package binfmt_misc
func arm64Supported() error {
return nil
}