buildkit/util/archutil/arm64_check.go

8 lines
95 B
Go

// +build !arm64
package archutil
func arm64Supported() error {
return check(Binaryarm64)
}