buildkit/util/archutil/arm64_check_arm64.go

8 lines
79 B
Go

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