Open fitbeard opened 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 👍
We have
receptor's
version for arm64. Let's buildEE
image for arm64 also. After this change, the Github workflows for https://github.com/ansible/awx may also be changed to support multi-archEE
(https://github.com/imjasonh/setup-crane is good candidate for this job).