0ce8d401d8
CI / Build Native (push) Failing after 6m7s
container-build=true runs the native-image inside a Mandrel container, but in the act runner the workspace mount doesn't resolve (/workspace/... is a container path, not a host path), so the Mandrel container can't see shot-crafter-calculator-1.0.0-runner.jar. Fix: install musl + musl-tools in the CI container, build locally. Quarkus 3.x's binary-type=STATIC will then produce a genuinely static binary linked against musl, which has no dependency on the host's glibc and runs cleanly on quarkus-micro-image:2.0 (UBI 9, glibc 2.34).