DEV Community

Cover image for Using my new Raspberry Pi to run an existing GitHub Action

Using my new Raspberry Pi to run an existing GitHub Action

Nicolas Frankel on March 14, 2024

Recently, I mentioned how I refactored the script that kept my GitHub profile up-to-date. Since Geecon Prague, I'm also a happy owner of a Raspberr...
Collapse
 
bcouetil profile image
Benoit COUETIL 💫

Thank you for sharing !

The mandatory shell mode (opposed to container mode) seems to me a hard NO-GO for private runners... This is strange !

Collapse
 
nfrankel profile image
Nicolas Frankel

Yup, I agree. I need to find time to check if we can run a Docker in Docker solution to avoid the coupling with the host tools.