nginxinc / ansible-role-nginx

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

Try to reimplement testing different architectures #653

Open alessfg opened 9 months ago

alessfg commented 9 months ago

Proposed changes

Docker QEMU on GH actions was broken once upon a time. Let's see if it's no longer broken.

Checklist

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

alessfg commented 8 months ago

Not entirely sure why, but the core issue here seems to relate to the number of platforms being tested in a job. As soon as it goes to >20 platforms, the pipeline fails. This only happens if QEMU is enabled. There are no limitations otherwise.