mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-12 16:44:18 -08:00
Disable osrelease collector on aix
Some checks failed
golangci-lint / lint (push) Has been cancelled
Some checks failed
golangci-lint / lint (push) Has been cancelled
Signed-off-by: Johannes Ziemke <github@5pi.de>
This commit is contained in:
parent
92c10f9fd1
commit
b5ce6bcc4d
|
@ -11,6 +11,9 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build !noosrelease && !aix
|
||||
// +build !noosrelease,!aix
|
||||
|
||||
package collector
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue