Skip to content

RISE RISC-V Runners

GitHub App

RISE RISC-V Runners

GitHub App

Free, ephemeral RISC-V GitHub Actions runners for organizations. Provided by RISE in partnership with Cloud-V and Scaleway.

This is for Organizations only. To install the app on your repository, check out the RISE RISC-V Runners app for Personal Account.

Getting started

  1. Install the app on your GitHub organization from the app page.
  2. Use a RISC-V label in runs-on: in your workflow files. See the sample workflow for a complete example:
jobs:
  build:
    runs-on: ubuntu-24.04-riscv
    steps:
      - run: uname -m  # riscv64
  1. Pick the right runner for your needs. See the full list of available runner labels:
Label Description
ubuntu-24.04-riscv, ubuntu-26.04-riscv Scaleway EM-RV1

Notes

  • Runners are ephemeral: each runner handles exactly one job and then terminates.

For technical details and architecture, see the documentation.

Partners

     

Developer

RISE RISC-V Runners is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse