Create Vagrant box from base image

This commit is contained in:
2025-08-21 23:25:27 -04:00
parent 509b6af145
commit 4b49404a0c
3 changed files with 83 additions and 2 deletions

View File

@@ -4,8 +4,13 @@ HEADLESS ?= true
default: install
install:
PKR_VAR_headless="$(HEADLESS)" packer build .
install: base
base:
PKR_VAR_headless="$(HEADLESS)" packer build x86_64-qemu-base.pkr.hcl
vagrant:
PKR_VAR_headless="$(HEADLESS)" packer build x86_64-qemu-vagrant.pkr.hcl
clean:
rm -rf ./builds