Results 127 comments of uraimo

We now have PWM support in SwiftyGPIO, if someone needs this it should be as easy as sending a pwm signal to a standalone RGB led. Signals with different duty...

Hi, yes it makes sense, I started with a fixed set of Dockerfiles because finding working images was not easy but when you know what you want to run just...

@dzmitry-lahoda so basically there is no latest at all? And you choose this build because it's the last one done (15 days ago, marked incorrectly as amd64) for arm64? There...

Hi, I will likely add this together with #28 in the next release.

Hi, thanks, can you also add at least one new arch pair [here](https://github.com/uraimo/run-on-arch-action/blob/master/.github/workflows/test.yml#L30) for the new architectures to be sure that the emulation works? Thx.

Unstable likely fails because git was not installed [here](https://github.com/uraimo/run-on-arch-action/blob/master/.github/workflows/test.yml#L83), adding unstable to the options should fix it. No idea about the other two, amd64 should not even use qemu-static to...

After a few other PRs are merged, we'll merge this too, sorry for the delay, thanks again.

Great Idea, will look into it. 👍

Thanks for pointing this out with real numbers @yjcn , since the general slowness is a problem for me too in other projects. Right now github provides only x86_64 vms...

Just for future reference, the 18.04 distro is using `2.11+dfsg-1ubuntu7.20` that should include a performance fix for [1740219](https://bugs.launchpad.net/qemu/+bug/1740219) (should be included in 2.11+dfsg-1ubuntu6, included for sure in 2.12 onwards), that...