diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e814b7f..40b8fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,30 @@ jobs: --version ${{ matrix.version }} \ build + - name: Configure Podman for Debian Bullseye specifically + if: matrix.target == 'debian-bullseye' + run: | + # Create a Podman config specifically for Bullseye (see #388). + mkdir bullseye_fix + cd bullseye_fix + cat > containers.conf < Dockerfile.bullseye <