Skip to content

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