Files
shot-crafter-calculator/.gitea
darroyo 1ad8e17473
CI / Build Native (push) Successful in 46m9s
fix(ci): drop 'file' from verify step (not installed in maven base image)
The 'file' package isn't installed in maven:3.9.6-eclipse-temurin-21, so
'file target/...-runner' returned 127 and failed the verify step.
Use only 'ldd'; on a static binary ldd exits non-zero with 'not a
dynamic executable', which we suppress with '|| echo'.
2026-08-14 13:58:43 -04:00
..