mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 00:47:42 +08:00
Merge pull request #2250 from iankingori/add-npipe
driver: add npipe url scheme support
This commit is contained in:
commit
8f8ed68b61
@ -12,6 +12,7 @@ var schemes = map[string]struct{}{
|
|||||||
"ssh": {},
|
"ssh": {},
|
||||||
"docker-container": {},
|
"docker-container": {},
|
||||||
"kube-pod": {},
|
"kube-pod": {},
|
||||||
|
"npipe": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
func IsValidEndpoint(ep string) error {
|
func IsValidEndpoint(ep string) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user