Update workflow

This commit is contained in:
jayofelony
2024-02-26 08:48:30 +01:00
parent 5311dd9ddc
commit 262f8bf551
2 changed files with 5 additions and 3 deletions

View File

@ -46,6 +46,7 @@ packer:
sudo mv /tmp/packer /usr/bin/packer
image: clean packer
export=LC_ALL=en_GB.utf-8
cd builder && sudo /usr/bin/packer init combined.json.pkr.hcl && sudo $(UNSHARE) /usr/bin/packer build -var "pwn_hostname=$(PWN_HOSTNAME)" -var "pwn_version=$(PWN_VERSION)" combined.json.pkr.hcl
bullseye: clean packer