Files
shot-crafter-calculator/.gitea/workflows
darroyo bcad46715e
CI / Build Native (push) Failing after 49s
CI / Build & Push Native Image (push) Has been skipped
fix(ci): drop build-jvm job, install git inside build-native container
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
2026-08-12 17:18:35 -04:00
..