packer/build-image: format and build as root

root is required for some of the build steps.
This commit is contained in:
Kyle Isom 2023-04-12 00:01:56 +00:00
parent 412cc5f22f
commit a3403b0fc3
1 changed files with 24 additions and 20 deletions

View File

@ -34,5 +34,9 @@ preflight () {
build_image () { build_image () {
cd build/packer-builder-arm cd build/packer-builder-arm
packer build ${PACKER_BUILD_FILE} sudo packer build ${PACKER_BUILD_FILE}
} }
preflight
build_image