Blog
About Me
Twitter
Gitlab
bruno.verachten.fr
Articles regarding my daily work and my tinkering at home
Videos here
!
Github-Actions
NanoClaw on RISC-V: from "it works on my board" to automated builds
Photo by Pedro Romero on Unsplash Introduction In Part 1, I proved that NanoClaw builds and runs on riscv64 without source patches. Great. But …
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 …
The Old Dog Learns a New Trick: Cross-Compiling Tauri CLI for RISC-V
Photo by Dariusz Piosik on Unsplash Previously, on "Bruno Fights RISC-V" If you missed the first episode (available here), here’s the recap: …
BuildKit for RISC-V64: When Your Demo Decides to Betray You
<!-- Converted from AsciiDoc by asciidoc-to-jekyll agent Original file: …
Fixing Concurrent GitHub Actions Workflows: Multi-Architecture Package Repository Guide
Building and distributing software packages across multiple architectures (x86_64, aarch64, riscv64) sounds great in theory. But when I tried to …
Docker Buildx for RISC-V64: When Infrastructure Just Works
Sometimes the best technical stories aren’t about heroic debugging sessions or clever workarounds. They’re about the moment when you realize your …
Docker v29 Lands on RISC-V64 in Under a Week: The Future is Here
Docker Engine v29.0.0 was officially released on November 6, 2025. Just 5 days later, Docker CLI v29.0.0 was available for RISC-V64. By November 12 …
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 …
The Dependency Rabbit Hole: Why 25 RISC-V Python Wheels Weren't Enough
You know that feeling when you’ve just shipped something, everything’s green, and you lean back in your chair thinking "nailed it"? …