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 65be65e commit e785b1bCopy full SHA for e785b1b
.github/workflows/build-openstack-capi-image.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: build openstack image
67
run: |
68
- docker run --device=/dev/kvm -i --rm \
+ docker run --device=/dev/kvm -i --rm --privileged \
69
-e PACKER_VAR_FILES=/tmp/host/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} \
70
-v ${{ github.workspace }}/images/capi:/tmp/host -v ${{ github.workspace }}/output:/home/imagebuilder/output:rw \
71
${{ env.docker_image }} build-qemu-ubuntu-2404-efi
0 commit comments