mirror of https://github.com/docker/docs.git
Merge pull request #17787 from Microsoft/jjh/execdriverutils
Don't build utils on Windows
This commit is contained in:
commit
98054a8b5c
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package execdriver
|
||||
|
||||
import (
|
||||
Loading…
Reference in New Issue