canonical / matter-pi-gpio-commander

Matter Raspberry Pi GPIO Commander - Turn your Pi into a Matter lighting device!
Apache License 2.0
90 stars 3 forks source link

Using ARM64/AArch64 runners to run workflow #57

Closed locnnil closed 2 months ago

locnnil commented 3 months ago

Note:

As the workflow file changed, the tests marked as required, including:

These tests will never run, as the new workflow for build and test already incorporates both of them.

farshidtz commented 3 months ago

Removed the required checks.

farshidtz commented 2 months ago

@locnnil I had overlooked this which changes the entire workflow to use the arm runner. The goal was to run only the tests on paid arm runners, based on #51, because running them on QEMU wasn't feasible. This work in #51 was blocked because of libgpio incompatibility with the arm runner which was resolved by upgrading libgpio to v2 in #56.

locnnil commented 2 months ago

@farshidtz Okay, I'm going to open a new PR to change this to run only the tests on the arm runner.