mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +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": {},
|
||||
"docker-container": {},
|
||||
"kube-pod": {},
|
||||
"npipe": {},
|
||||
}
|
||||
|
||||
func IsValidEndpoint(ep string) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user