buildkit/util/archutil/arm_check.go

8 lines
89 B
Go

// +build !arm
package archutil
func armSupported() error {
return check(Binaryarm)
}