Skip to content

Commit

Permalink
Enable kvm
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Apr 4, 2024
1 parent 115e2ff commit 0bb5b0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- run: sudo apt-get clean -y
- run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
- run: sudo docker image prune --all --force
- run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- run: packer init .
- run: >-
packer build
Expand Down

0 comments on commit 0bb5b0e

Please sign in to comment.