Skip to content

Commit

Permalink
Merge pull request #1594 from marquiz/devel/rdt-linux-only
Browse files Browse the repository at this point in the history
source/cpu: fix build tags on rdt discovery
  • Loading branch information
k8s-ci-robot authored Feb 29, 2024
2 parents 2914bff + 36b4315 commit 890a029
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 890a029

Please sign in to comment.