uraimo
uraimo
Yeah, thanks for pointing this out, I knew about the new interface but didn't know they already planned a deadline for deprecating it. Definitely will be implemented, in both v1...
> There also appears to be an issue where turning on one PWM channel turns the other off, possibly because of this clock change? Yes, every time a PWM is...
> You don't really need the umbrella C header for a pure Swift project though, right? Correct, you need it only if you want to export something to objective-c, and...
@agisilaos it's in my TODO list, will have time for this soon.
Just an update on this, support for riscv64 has been added and a base_image parameter for completely custom images (any arch any distro) has been included in 2.5.0 that I've...
Hi all and thanks, the conclusion is correct, install commands are executed in the first phase of the creation of the image while [runArgs are only used](https://github.com/uraimo/run-on-arch-action/blob/master/src/run-on-arch.sh#L132) when the container...
Setup runs on the x86 host, so what you see is correct, that's github CI runner. I'm not so sure about that mounting of /usr/bin/ that you do in dockerRunArgs,...
Hi, yes, the problem is that the image is multi-platform and the action doesn't allow to explicitly specify the architecture. Adding support for --platform could be useful also for images...
Yes, I will give a better name to the parameters but that's the idea, if you don't use the default images you can optionally specify a platform for the base_image.