issues
search
MindFlavor
/
prometheus_wireguard_exporter
A Prometheus exporter for WireGuard, written in Rust.
https://mindflavor.github.io/prometheus_wireguard_exporter
MIT License
492
stars
51
forks
source link
Docker: adapt musl tooling depending on build platform
#66
Open
qdm12
opened
3 years ago
qdm12
commented
3 years ago
[x] Use 686 musl tooling when running on
linux/386
(default musl tooling)
[x] Use x86_64 musl tooling when running on
linux/amd64
for faster builds
[ ] Wait for musl tooling for other platforms such as armv7 and arm64
[x] Fail for other build platforms since there is no musl tooling for it
linux/386
(default musl tooling)linux/amd64
for faster builds