nginxinc / ansible-role-nginx

Ansible role for installing NGINX
https://galaxy.ansible.com/nginxinc/nginx
Apache License 2.0
644 stars 348 forks source link

Update Molecule platform data #576

Closed alessfg closed 1 year ago

alessfg commented 1 year ago

Proposed changes

Note: This PR partially reverts the changes made in #572.

Explicitly specify amd64 as the platform used in the Amazon Linux 2/CentOS/Oracle Linux/RHEL 7/SLES 15 Molecule Docker images. This will ensure that tests work when run on different host architectures (e.g. newer Macbooks with arm64 processors) when running tests in distributions that only support amd64 (either due to lack of support for a cgroups v2 backport or due to lack of builds for arm64).

Checklist

Before creating a PR, run through this checklist and mark each as complete.