Skip to content

Releases: Cloud-V-10xE/github-runner-riscv

GitHub Actions Runner 2.336.0 for RISC-V (net8.0)

Choose a tag to compare

GitHub Actions Runner for RISC-V

Version: 2.336.0
Architecture: linux-riscv64
Target Framework: net8.0
Upstream tag: v2.336.0

Built directly from upstream actions/runner at the tag above, with RISC-V patches applied at build time. The fork is not modified.

Installation

wget https://github.com/Cloud-V-10xE/github-runner-riscv/releases/download/v2.336.0-riscv64-net8/actions-runner-linux-riscv64-2.336.0.tar.gz
mkdir actions-runner && cd actions-runner
tar xzf ../actions-runner-linux-riscv64-2.336.0.tar.gz
./config.sh --url https://github.com/YOUR-ORG/YOUR-REPO --token YOUR-TOKEN
./run.sh

Credits

GitHub Actions Runner 2.335.1 for RISC-V (net8.0)

Choose a tag to compare

GitHub Actions Runner for RISC-V

Version: 2.335.1
Architecture: linux-riscv64
Target Framework: net8.0
Upstream tag: v2.335.1

Built directly from upstream actions/runner at the tag above, with RISC-V patches applied at build time. The fork is not modified.

Installation

wget https://github.com/Cloud-V-10xE/github-runner-riscv/releases/download/v2.335.1-riscv64-net8/actions-runner-linux-riscv64-2.335.1.tar.gz
mkdir actions-runner && cd actions-runner
tar xzf ../actions-runner-linux-riscv64-2.335.1.tar.gz
./config.sh --url https://github.com/YOUR-ORG/YOUR-REPO --token YOUR-TOKEN
./run.sh

Credits

GitHub Actions Runner 2.334.0 for RISC-V (net8.0)

Choose a tag to compare

GitHub Actions Runner for RISC-V

Version: 2.334.0
Architecture: linux-riscv64
Target Framework: net8.0
Upstream tag: v2.334.0

Built directly from upstream actions/runner at the tag above, with RISC-V patches applied at build time. The fork is not modified.

Installation

wget https://github.com/Cloud-V-10xE/github-runner-riscv/releases/download/v2.334.0-riscv64-net8/actions-runner-linux-riscv64-2.334.0.tar.gz
mkdir actions-runner && cd actions-runner
tar xzf ../actions-runner-linux-riscv64-2.334.0.tar.gz
./config.sh --url https://github.com/YOUR-ORG/YOUR-REPO --token YOUR-TOKEN
./run.sh

Credits

GitHub Actions Runner 2.333.1 for RISC-V (net8.0)

Choose a tag to compare

GitHub Actions Runner for RISC-V

Version: 2.333.1
Architecture: linux-riscv64
Target Framework: net8.0
Build Date:

✅ Build Details

This build uses .NET 10.0.102 SDK with a patched configuration to enable AppHost support for net8.0 on RISC-V architecture.

Key Features:

  • Self-contained deployment with bundled .NET runtime
  • Native ELF executables (if AppHost generation succeeded)
  • No separate .NET installation required

Installation

# Download and extract
wget https://github.com/Cloud-V-10xE/github-runner-riscv/releases/download/v2.333.1-riscv64-net8/actions-runner-linux-riscv64-2.333.1.tar.gz
mkdir actions-runner && cd actions-runner
tar xzf ../actions-runner-linux-riscv64-2.333.1.tar.gz

# Configure
./config.sh --url https://github.com/YOUR-ORG/YOUR-REPO --token YOUR-TOKEN

# Run
./run.sh

System Requirements

  • RISC-V 64-bit processor
  • Linux operating system
  • Standard system libraries (libc, libssl, etc.)

Technical Details

  • SDK Version: .NET 10.0.102 (RISC-V build by filipnavara)
  • Target Framework: net8.0
  • Runtime Identifier: linux-riscv64
  • Deployment Mode: Self-Contained
  • AppHost: Patched SDK to enable net8.0 support

Credits

GitHub Actions Runner 2.331.0 for RISC-V (net8.0)

Choose a tag to compare

GitHub Actions Runner for RISC-V

Version: 2.331.0
Architecture: linux-riscv64
Target Framework: net8.0
Build Date: 2026-02-17T15:27:17+05:00

✅ Build Details

This build uses .NET 10.0.102 SDK with a patched configuration to enable AppHost support for net8.0 on RISC-V architecture.

Key Features:

  • Self-contained deployment with bundled .NET runtime
  • Native ELF executables (if AppHost generation succeeded)
  • No separate .NET installation required

Installation

# Download and extract
wget https://github.com/alitariq4589/github-runner-riscv/releases/download/v2.331.0-riscv64-net8/actions-runner-linux-riscv64-2.331.0.tar.gz
mkdir actions-runner && cd actions-runner
tar xzf ../actions-runner-linux-riscv64-2.331.0.tar.gz

# Configure
./config.sh --url https://github.com/YOUR-ORG/YOUR-REPO --token YOUR-TOKEN

# Run
./run.sh

System Requirements

  • RISC-V 64-bit processor
  • Linux operating system
  • Standard system libraries (libc, libssl, etc.)

Technical Details

  • SDK Version: .NET 10.0.102 (RISC-V build by filipnavara)
  • Target Framework: net8.0
  • Runtime Identifier: linux-riscv64
  • Deployment Mode: Self-Contained
  • AppHost: Patched SDK to enable net8.0 support

Credits

Release v2.329.0_riscv

Choose a tag to compare

@github-actions github-actions released this 07 Nov 10:35
resolved conflicts

Release v2.328.0_riscv

Choose a tag to compare

@github-actions github-actions released this 09 Sep 15:34
Merge branch 'main_riscv' into v2.328.0