Add qemu_accelerator option

This commit is contained in:
Greg Hellings
2022-05-27 09:07:08 -05:00
parent 89350b5a54
commit 6b19a145f7
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
shell: bash
run: |
set -e
./packerio build -var-file=${{ matrix.distro }} -except=upload sources
./packerio build -var-file=${{ matrix.distro }} -var "qemu_accelerator=none" -except=upload sources
env:
VAGRANT_CLOUD_TOKEN: ${{ secrets.VAGRANT_CLOUD_TOKEN }}
PACKER_LOG: 1