-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I have been making my first steps with Ansible-builder to create a custom execution environment for an AWX installation. One big thing I noticed is that if I use ansible-builder on my Apple Silicon Mac, the resulting image will be arm64 only and not usable on my AWX install. As more and more, also servers, are going ARM nowadays, I would recommend considering using docker buildx
instead of docker build
to build multiarch images right away, or at least provide the necessary options to do that.
Of course, for this also the base EE images would have to be multiarch...
denismaggior8 and arthurbarr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request