debugging: print out disk space

This commit is contained in:
Bernhard B 2025-11-24 19:21:30 +01:00
parent 8713741e94
commit e0f4517f00

View File

@ -38,6 +38,7 @@ jobs:
env: env:
VERSION: ${{ github.run_number }} VERSION: ${{ github.run_number }}
run: | run: |
df -h
echo "Start CI build" echo "Start CI build"
docker run --privileged --rm tonistiigi/binfmt --install all docker run --privileged --rm tonistiigi/binfmt --install all
podman manifest create build podman manifest create build