Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carletes/node-exporter-rust


https://github.com/carletes/node-exporter-rust

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Building the `node-exporter` binary for the Turing Pi 2 BMC

With [cross][]:

$ cross build --target armv7-unknown-linux-gnueabi --release
[..]
$ ls -l target/armv7-unknown-linux-gnueabi/release/node-exporter
-rwxr-xr-x 2 carlos users 2058000 Mar 3 18:52 target/armv7-unknown-linux-gnueabi/release/node-exporter
$

[cross]: https://github.com/cross-rs/cross