From 412cc5f22ffd85db9c4a640cba1202149cb4f5dd Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 11 Apr 2023 15:55:32 -0700 Subject: [PATCH] packer: build-image should run in the build directory Specifically, right now I'm building board definitions from the packer-builder-arm repo, so the script should run from there. --- packer/build-image.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 packer/build-image.sh diff --git a/packer/build-image.sh b/packer/build-image.sh old mode 100644 new mode 100755 index ff029a8..228988e --- a/packer/build-image.sh +++ b/packer/build-image.sh @@ -33,5 +33,6 @@ preflight () { } build_image () { + cd build/packer-builder-arm packer build ${PACKER_BUILD_FILE} } \ No newline at end of file