Skip to content

Commit e785b1b

Browse files
committed
privileged
1 parent 65be65e commit e785b1b

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
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: build openstack image
6767
run: |
68-
docker run --device=/dev/kvm -i --rm \
68+
docker run --device=/dev/kvm -i --rm --privileged \
6969
-e PACKER_VAR_FILES=/tmp/host/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} \
7070
-v ${{ github.workspace }}/images/capi:/tmp/host -v ${{ github.workspace }}/output:/home/imagebuilder/output:rw \
7171
${{ env.docker_image }} build-qemu-ubuntu-2404-efi

0 commit comments

Comments
 (0)