--- a/collector/uname_linux_int8.go
+++ b/collector/uname_linux_int8.go
@@ -11,7 +11,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-// +build !nouname,linux,386 !nouname,linux,amd64 !nouname,linux,arm64
+// +build !nouname,linux
+// +build 386 amd64 arm64 mips64 mips64le mipso32 mipsn64
 
 package collector
 
--- a/collector/uname_linux_uint8.go
+++ b/collector/uname_linux_uint8.go
@@ -11,7 +11,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-// +build !nouname,linux,arm !nouname,linux,ppc64 !nouname,linux,ppc64le !nouname,linux,s390x
+// +build !nouname,linux
+// +build arm ppc ppc64 ppc64le s390x
 
 package collector
 
