hashicorp / packer-plugin-hyperv

Packer plugin for Hyper-V Builder
https://www.packer.io/docs/builders/hyperv
Mozilla Public License 2.0
19 stars 23 forks source link

GNUmakefile: make dev uses packer for install #124

Closed lbajolet-hashicorp closed 6 months ago

lbajolet-hashicorp commented 7 months ago

When building the development version of the plugin, we now use packer plugins install for that instead of moving it to the plugins directory manually.

This target will require Packer 1.10.2 and above to function, as prior versions don't support instaling pre-release versions of a plugin with that command.