ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
137 stars 158 forks source link

feat: build images for amd64 and arm64 #210

Open fitbeard opened 1 year ago

fitbeard commented 1 year ago

We have receptor's version for arm64. Let's build EE image for arm64 also. After this change, the Github workflows for https://github.com/ansible/awx may also be changed to support multi-arch EE (https://github.com/imjasonh/setup-crane is good candidate for this job).

austlane commented 1 year ago

EE has been running great under ARM for a while now, when built yourself. All the RPM/Docker dependencies for AWX-EE load up without any fuss. aarch64 has come a long way! 👍

It would be a welcome addition if the AWX team shipped linux/arm64 images. This is extremely useful for those who would like to be able to test locally on ARM hardware (Apple silicon, etc) with the same EE's they're using elsewhere.

I am building my private EE using the same method used in this PR. Looks good to me 👍