aws-deployment-framework
aws-deployment-framework copied to clipboard
Fix installer on ARM 64-bit
Why?
The QEMU multi-arch docker container should only be executed on x86 based architectures.
What?
Updated the installer to skip the QEMU docker container command if we are not running on a x86 based architecture.
The multiarch/qemu-user-static container is only executed on x86, instead of when not ARM 64, as x86 is the only supported architecture that it can run from at this moment.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.