mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
add npipe url scheme support
- enables remote builder and buildx create on windows Signed-off-by: Ian King'ori <kingorim.ian@gmail.com>
This commit is contained in:
parent
328666dc6a
commit
981cc8c2aa
@ -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