mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
source/cpu: fix build tags on rdt discovery
Our current code only builds/works on linux.
This commit is contained in:
parent
2914bff8b3
commit
36b4315173
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
//go:build !amd64
|
||||
// +build !amd64
|
||||
//go:build !(amd64 && linux)
|
||||
// +build !amd64 !linux
|
||||
|
||||
/*
|
||||
Copyright 2018 The Kubernetes Authors.
|
||||
|
|
Loading…
Reference in a new issue