Skip to content

Releases: alitariq4589/github-runner-riscv

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

05 Feb 17:24

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

07 Nov 10:35

Choose a tag to compare

resolved conflicts

Release v2.328.0_riscv

09 Sep 15:34

Choose a tag to compare

Merge branch 'main_riscv' into v2.328.0