buildkit/frontend/dockerfile/instructions/commands_nossh.go

8 lines
91 B
Go

// +build !dfssh
package instructions
func isSSHMountsSupported() bool {
return false
}