buildkit/util/archutil/riscv64_check_riscv64.go

8 lines
83 B
Go

// +build riscv64
package archutil
func riscv64Supported() error {
return nil
}