mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
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:
@@ -1,4 +1,4 @@
|
|||||||
// +build !linux,!windows
|
// +build !linux,!windows linux,!cgo
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors.
|
Copyright 2015 The Kubernetes Authors.
|
||||||
|
|||||||
Reference in New Issue
Block a user