Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin no longer supported as of packer v1.11.0 #359

Open
CoryManson opened this issue Jul 5, 2024 · 1 comment
Open

Plugin no longer supported as of packer v1.11.0 #359

CoryManson opened this issue Jul 5, 2024 · 1 comment

Comments

@CoryManson
Copy link

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. hashicorp/packer#12828

@michalfita
Copy link
Contributor

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 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants