Merge pull request #565 from daenney/mips32
uname_linux: Build for 32bit MIPS too
This commit is contained in:
commit
e7ea5c1867
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nouname,linux,386 !nouname,linux,amd64 !nouname,linux,arm64 !nouname,linux,mips64 !nouname,linux,mips64le
|
// +build 386 amd64 arm64 mips64 mips64le mips mipsle
|
||||||
|
// +build linux
|
||||||
|
// +build !nouname
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue