-
Notifications
You must be signed in to change notification settings - Fork 104
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
Error loading configuration: fork/exec /build/packer-plugin-arm-image: exec format error #124
Comments
do you have the new M1 mac? that might explain the difference in the exec format |
if your mac is indeed M1 the solution might be to publish multi-arch docker images |
Nope, I'm on an Intel Mac running macOS Monterey 12.1 with Packer 1.7.8 |
This appears to actually just be an issue with where the binary built with packer-plugin-arm-image/Dockerfile Line 38 in 52faad5
./build but on my machine it's instead placed into the repo root, not a subfolder. Moving the binary into the expected directory before building the Docker image avoids this issue.
|
@mikemorris for fun i'm trying to enable native macOS support in #155 |
I'm trying to get this plugin to run on macOS, and I'm hitting the following error on both the Vagrant and Docker build options documented in the README.
The standalone build no longer works due to the switch from
kpartx
tolosetup
in #115.Is this perhaps an issue with a newer version of Packer config syntax, or a need to upgrade these plugins to use the new plugin SDK for Packer v1.7 and later?The text was updated successfully, but these errors were encountered: