buildkit/util/archutil/arm_check_arm.go

8 lines
75 B
Go

// +build arm
package archutil
func armSupported() error {
return nil
}