Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
Docker uses qemu (upstream) to run Intel (amd64) containers on M1 (arm64) but it doesn’t always work, please supply an arm64 or multi-arch image, not just an Intel one.
Describe the bug
Invoke Install action for a created bundle throws
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
To Reproduce
Steps to reproduce the behavior:
$porter create
$porter build
$porter install
Expected behavior
Expected to run the install action from porter.yml (which is the default one used by exec mixin - meaning helper.sh)
Porter Command and Output
Version