Prometheus exporter for the MightyOhm Geiger Counter.
|
||
---|---|---|
.cargo | ||
debian | ||
src | ||
.gitignore | ||
.woodpecker.yml | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Exporter for the MightyOhm Geiger Counter
A Prometheus exporter for the MightyOhm Geiger Counter.
Build
Same architecture as system
To compile it for the same architecture as the build system:
cargo build --release
Cross-compile for aarch64 (recent RaspberryPi)
To cross-compile it for RaspberryPi:
PKG_CONFIG_SYSROOT_DIR=/usr/aarch64-linux-gnu cargo build --target aarch64-unknown-linux-gnu --release