Skip to content

Commit

Permalink
source/cpu: fix build tags on rdt discovery
Browse files Browse the repository at this point in the history
Our current code only builds/works on linux.
  • Loading branch information
marquiz committed Feb 19, 2024
1 parent 2914bff commit 36b4315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions source/cpu/rdt_stub.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !amd64
// +build !amd64
//go:build !(amd64 && linux)
// +build !amd64 !linux

/*
Copyright 2018 The Kubernetes Authors.
Expand Down

0 comments on commit 36b4315

Please sign in to comment.