packer-builder/make-override¶
Specify a completely custom 'make' command to build the target.
This Param, if it has a value set, will allow the operator to pass a custom
make command invocation in to the packer builder system. This allows for
easier execution/run of builds with unique options or values set to affect
the Makefile build tartet runs.
An example valid make command is as follows:
TMPDIR=$(pwd)/tmp PACKER_OPTIONS="-var-file=variables.json" PACKER_LOG=1 make build-windows-10-1909-libvirt
Objects that Reference packer-builder/make-override¶
- tasks packer-builder-build-image in Packer Builder Images v4.15.0 as part of Templates.[0].Contents (used)
Objects used by packer-builder/make-override¶
Not used in current content packs