1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-17 05:48:21 +00:00

source/cpu: fix build tags on rdt discovery

Our current code only builds/works on linux.
This commit is contained in:
Markus Lehtonen 2024-02-19 16:40:18 +02:00
parent 2914bff8b3
commit 36b4315173
2 changed files with 2 additions and 2 deletions

View file

@ -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.