We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2914bff commit 36b4315Copy full SHA for 36b4315
source/cpu/rdt_amd64.go renamed to source/cpu/rdt_linux_amd64.go
source/cpu/rdt_stub.go
@@ -1,5 +1,5 @@
1
-//go:build !amd64
2
-// +build !amd64
+//go:build !(amd64 && linux)
+// +build !amd64 !linux
3
4
/*
5
Copyright 2018 The Kubernetes Authors.
0 commit comments