Skip to content

Commit

Permalink
on linux 24.04, qemu is move to qemu-system and linux-kvm, see https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Feb 5, 2025
1 parent dd55b74 commit cbd4a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
sudo apt update -qq
# Install the qemu packages
# This step will execute the registering scripts
sudo apt install -y -qq qemu binfmt-support qemu-user-static
sudo apt install -y -qq qemu-system binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm --platform linux/${{matrix.DOCKER_PLATFORM}} -v $(pwd):/ws/euslisp -e "ARCH=$ARCH" -t "$DOCKER_IMAGE" \
bash -c " \
Expand Down

0 comments on commit cbd4a5d

Please sign in to comment.