mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Merge pull request #1594 from marquiz/devel/rdt-linux-only
source/cpu: fix build tags on rdt discovery
This commit is contained in:
commit
890a029085
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
//go:build !amd64
|
//go:build !(amd64 && linux)
|
||||||
// +build !amd64
|
// +build !amd64 !linux
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2018 The Kubernetes Authors.
|
Copyright 2018 The Kubernetes Authors.
|
||||||
|
|
Loading…
Add table
Reference in a new issue