libbpf / ci

BPF CI
Other
7 stars 21 forks source link

ansible: Run qemu-static-user on all hosts #120

Closed chantra closed 6 months ago

chantra commented 6 months ago

We used to only run this role on s390x (because it needs it to be able to run x86 actions-runner on s390x). I am planning to also leverage this for some cross-compilation work where some step unfortunately need to be able to run a binary in the target format.

Test:

ansible-playbook -i ~/inventory.yml ./playbook.yml   --limit aws -t qemu
chantra commented 6 months ago

I pushes this to hosts and no issue came up. Landing.