From 9af820f93210cb0a58ee96f241daee84f3f309ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pr=C3=A9mel-Cabic=20Arnaud?= Date: Thu, 9 May 2024 02:45:01 +0200 Subject: [PATCH] feat: add build.sh script --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index e69de29..6777763 100644 --- a/build.sh +++ b/build.sh @@ -0,0 +1,4 @@ + #!/bin/bash + # uncomment for debug log + # export PACKER_LOG=1 + packer build -on-error=cleanup -var-file=customdebian12.pkrvars.hcl debian12.pkr.hcl