packer-builder-arm icon indicating copy to clipboard operation
packer-builder-arm copied to clipboard

Plugin no longer supported as of packer v1.11.0

Open CoryManson opened this issue 1 year ago • 1 comments

This plugin no longer appears to work as of Packer v1.11.0

https://github.com/hashicorp/packer/releases/tag/v1.11.0

Breaking Change: Support for loading plugin binaries following the naming convention of packer-plugin-name has been dropped. Packer will now only load plugins stored under the Packer plugin directory using the expected namespaced directory and CHECKSUM files. This change drops support for loading plugin binaries in Packer's executable directory or a template's current working directory. https://github.com/hashicorp/packer/pull/12828

CoryManson avatar Jul 05 '24 06:07 CoryManson

Use packer-plugin-cross to use as simply as:

packer init your-board-file.pkr.hcl
packer build your-board-file.pkr.hcl

works wonders with 1.11.1 😃

michalfita avatar Jul 30 '24 16:07 michalfita