Skip to content

Commit 74742fb

Browse files
committed
Update build-ova.yml
1 parent 85dab00 commit 74742fb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-ova.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
sudo apt-get install -y --no-install-recommends ovmf
3838
3939
- name: Check KVM availability
40-
run: ls /dev/kvm
40+
run: |
41+
ls -la /dev/kvm
42+
id
43+
[ -r /dev/kvm ] && echo "KVM readable" || echo "KVM NOT readable - runner user lacks permission"
4144
4245
- name: Setup Packer
4346
uses: hashicorp/setup-packer@main
@@ -61,6 +64,8 @@ jobs:
6164
run: packer init defguard.pkr.hcl
6265

6366
- name: Packer build
67+
env:
68+
PACKER_LOG: 1
6469
run: |
6570
packer build \
6671
-var "iso_url=file://$PWD/ubuntu-24.04.4-live-server-amd64.iso" \

0 commit comments

Comments
 (0)