1
0
Fork 0
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:
Kubernetes Prow Robot 2024-02-29 02:16:53 -08:00 committed by GitHub
commit 890a029085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
//go:build !amd64
// +build !amd64
//go:build !(amd64 && linux)
// +build !amd64 !linux
/*
Copyright 2018 The Kubernetes Authors.