diff --git a/cpuinfo_loong64.go b/cpuinfo_loong64.go index d88442f0e..ab7bfa5f4 100644 --- a/cpuinfo_loong64.go +++ b/cpuinfo_loong64.go @@ -11,8 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build linux -// +build linux +//go:build linux && loong64 +// +build linux,loong64 package procfs diff --git a/cpuinfo_s390x.go b/cpuinfo_s390x.go index fa3686bc0..605376b17 100644 --- a/cpuinfo_s390x.go +++ b/cpuinfo_s390x.go @@ -11,8 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build linux -// +build linux +//go:build linux && s390x +// +build linux,s390x package procfs