We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469b54d commit f58ac22Copy full SHA for f58ac22
common/.github/actions/bootc-ubuntu-setup/action.yml
@@ -67,7 +67,7 @@ runs:
67
shell: bash
68
run: |
69
set -xeuo pipefail
70
- export BCVK_VERSION=0.7.0
+ export BCVK_VERSION=0.8.0
71
/bin/time -f '%E %C' sudo apt install -y libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system
72
# Something in the stack is overriding this, but we want session right now for bcvk
73
echo LIBVIRT_DEFAULT_URI=qemu:///session >> $GITHUB_ENV
0 commit comments