Skip to Content
Overview

Build & Test Natively on RISC-V

Cloud-V provides CI/CD infrastructure purpose-built for RISC-V development. All necessary tooling is pre-installed and configured. Pipelines run on both emulated environments and physical RISC-V machines, making it easy to validate code across real hardware.

This setup is ideal for developers working on native RISC-V applications, porting software, or maintaining cross-platform projects. Need custom tooling? We install it on demand.

Explore Compute Resources →
# .github/workflows/riscv.yml
name: RISC-V CI
on: [push, pull_request]
jobs:
build:
runs-on: cloud-v-riscv64
steps:
- uses: actions/checkout@v4
- run: make test

Choose Your CI/CD Platform

Integrate with your existing workflow in minutes. All platforms come with pre-installed RISC-V toolchains.

GitHub Actions

Register a free RISC-V runner for your GitHub repositories. Run your existing workflows on real RISC-V hardware with zero config changes.

Register Free Runner

GitLab Runner

Connect a free RISC-V GitLab runner to your projects. Supports both shared and project-specific runners for maximum flexibility.

Register Free Runner

Ready to Run CI/CD on RISC-V?

Get a free runner for your open-source project. Setup takes under 5 minutes.