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