diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb5b08a..bedd891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,6 +97,12 @@ jobs: IMG_TMP="${BASE_IMAGE/:/-}" echo "IMG=${IMG_TMP/-slim}" >>$GITHUB_ENV echo "REPO=docker-systemd" >>$GITHUB_ENV + # See: https://github.com/actions/runner-images/issues/9425 + - name: Patch crun + shell: bash + run: | + curl -Lo ./crun https://github.com/containers/crun/releases/download/1.14.3/crun-1.14.3-linux-amd64 + sudo install crun /usr/bin/crun - name: Install qemu-user-static run: | sudo apt-get update