Skip to content

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

Choose a tag to compare

@github-actions github-actions released this 20 Apr 12:00
· 7 commits to main since this release

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