Skip to content

Commit bb5f536

Browse files
committed
Fix Windows build error
1 parent 8aae37c commit bb5f536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/container/docker/sdk/client_windows.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import (
1717
"github.com/stacklok/toolhive/pkg/logger"
1818
)
1919

20+
var ErrRuntimeNotFound = fmt.Errorf("container runtime not found")
21+
2022
// Windows named pipe paths
2123
const (
2224
// DockerDesktopWindowsPipePath is the Docker Desktop named pipe path on Windows

0 commit comments

Comments
 (0)