Skip to content

Commit c259875

Browse files
committed
kvm
1 parent 2f60693 commit c259875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-openstack-capi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
<"template.json" >"kubernetes.json"
5959
6060
- name: build openstack image
61-
run: docker run -i --rm -e PACKER_VAR_FILES=/tmp/host/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} -v ${{ github.workspace }}/images/capi:/tmp/host ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
61+
run: docker run --device=/dev/kvm -i --rm -e PACKER_VAR_FILES=/tmp/host/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} -v ${{ github.workspace }}/images/capi:/tmp/host ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
6262
env:
6363
PACKER_LOG: 1
6464

0 commit comments

Comments
 (0)