Skip to content

Commit

Permalink
Crun is broken on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Mar 7, 2024
1 parent 5bc9a50 commit 7d4003a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d4003a

Please sign in to comment.