prometheus_wireguard_exporter
prometheus_wireguard_exporter copied to clipboard
Docker: adapt musl tooling depending on build platform
- [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