Skip to content

Commit 36b4315

Browse files
committed
source/cpu: fix build tags on rdt discovery
Our current code only builds/works on linux.
1 parent 2914bff commit 36b4315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

source/cpu/rdt_stub.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !amd64
2-
// +build !amd64
1+
//go:build !(amd64 && linux)
2+
// +build !amd64 !linux
33

44
/*
55
Copyright 2018 The Kubernetes Authors.

0 commit comments

Comments
 (0)