1
1
mirror of https://github.com/drone-plugins/github-actions synced 2024-11-15 02:56:25 +01:00
github.com-drone-plugins-gi.../daemon/daemon_win.go

12 lines
212 B
Go
Raw Permalink Normal View History

2021-09-27 07:18:58 +02:00
// +build windows
package daemon
const dockerExe = "C:\\bin\\docker.exe"
const dockerdExe = ""
const dockerHome = "C:\\ProgramData\\docker\\"
func startDaemon(daemon Daemon) {
// this is a no-op on windows
}