Fix cadvisor_unsupported.go build tags

Make it so cadvisor_unsupported.go is used for linux without cgo or
non-linux/windows OSes.
This commit is contained in:
Andy Goldstein 2016-12-12 12:11:21 -05:00
parent 1cee8c45d6
commit 92a429887a

View File

@ -1,4 +1,4 @@
// +build !linux,!windows
// +build !linux,!windows linux,!cgo
/*
Copyright 2015 The Kubernetes Authors.