"fatal: Needed a single revision" while trying to compile for ESP32-H2

…aaaand obviously I found the solution just after posting this :sweat_smile:

The hint came from this:

And the cause was that my configuration files were in a git folder. I’ve moved them in a subfolder and only mount it as /config inside the container, problem solved!