mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +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:
parent
1cee8c45d6
commit
92a429887a
@ -1,4 +1,4 @@
|
|||||||
// +build !linux,!windows
|
// +build !linux,!windows linux,!cgo
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors.
|
Copyright 2015 The Kubernetes Authors.
|
||||||
|
Loading…
Reference in New Issue
Block a user