mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Don't build portallocator on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
40b6ebfe75
commit
55b80035ed
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package portallocator
|
||||
|
||||
import (
|
||||
|
|
1
libnetwork/portallocator/portallocator_windows.go
Normal file
1
libnetwork/portallocator/portallocator_windows.go
Normal file
|
@ -0,0 +1 @@
|
|||
package portallocator
|
Loading…
Add table
Reference in a new issue