build: add missing build tags

This commit is contained in:
Frank Schroeder 2017-07-19 05:07:31 +02:00
parent 58c1227dc8
commit b97ab92d87
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build linux freebsd solaris openbsd darwin
package agent package agent
const DefaultDockerHost = "unix:///var/run/docker.sock" const DefaultDockerHost = "unix:///var/run/docker.sock"