Blog
About Me
Twitter
Gitlab
bruno.verachten.fr
Articles regarding my daily work and my tinkering at home
Videos here
!
Github-Actions
Building a Python Wheel Factory for RISC-V
Photo by Homa Appliances on Unsplash You know that feeling when you type pip install tokenizers and it finishes in three seconds? That satisfying …
Running Node.js on RISC-V with Docker (when there's no official image yet)
Photo by Tatiana P on Unsplash You know that moment when you try docker pull node --platform linux/riscv64 and Docker comes back with this? Using …
Running GitHub Actions on RISC-V64: A Production Journey with Docker Builds
Setting up continuous integration for RISC-V64 is not as straightforward as x86_64 or ARM64. The official GitHub Actions runner doesn’t support …