prometheus_wireguard_exporter icon indicating copy to clipboard operation
prometheus_wireguard_exporter copied to clipboard

Docker: adapt musl tooling depending on build platform

Open qdm12 opened this issue 3 years ago • 0 comments

  • [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

qdm12 avatar Jul 08 '21 16:07 qdm12