bcad46715e
The runner lacks git even though it has Docker access. The maven:3.9.6-eclipse-temurin-21 image is Ubuntu-based without git installed, which broke actions/checkout. - Remove build-jvm entirely (it was failing too, and the JMV artifact is not needed for the native pipeline) - Add 'Install git and basic tools' step inside build-native (apt-get update + apt-get install -y git ca-certificates) - docker-native job unchanged: still depends on build-native, builds the image with the pre-built native binary