Skip to content

Commit

Permalink
haxxor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChomeNS authored Dec 16, 2024
1 parent 53d2c14 commit 0e02b7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
sudo apt update
sudo apt purge -y man-db
sudo apt install -y qemu-system qemu-system-x86 qemu-system-gui qemu-utils cloud-image-utils
sudo adduser $(whoami) kvm
- name: Free Disk Space
uses: jlumbroso/[email protected]

Expand Down Expand Up @@ -71,6 +69,7 @@ jobs:
packer plugins install github.com/hashicorp/qemu
# packer plugins install github.com/hashicorp/vmware
packer init build/ubuntu-kde.pkr.hcl
sudo chmod 666 /dev/kvm # very hacky approach but works
PACKER_LOG=1 packer build build/ubuntu-kde.pkr.hcl
- name: Upload VMDK Artifact
Expand Down

0 comments on commit 0e02b7a

Please sign in to comment.