Releases: alitariq4589/github-runner-riscv
Releases · alitariq4589/github-runner-riscv
GitHub Actions Runner 2.331.0 for RISC-V (net8.0)
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.shSystem 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
- Original GitHub Actions Runner: https://github.com/actions/runner
- .NET RISC-V Port: https://github.com/filipnavara/dotnet-riscv
Release v2.329.0_riscv
resolved conflicts
Release v2.328.0_riscv
Merge branch 'main_riscv' into v2.328.0