Skip to content
/ runner Public
forked from actions/runner

The GitHub Actions runner with patches for more architectures (loongarch64, riscv64, etc).

Notifications You must be signed in to change notification settings

ziglang/runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

ZSF GitHub Actions Runner Fork

This is a fork of actions/runner with patches to make it run on more architectures. It is meant to be used with a .NET SDK from ziglang/dotnet-builds. This repository is periodically rebased on upstream and force-pushed.

Usage

git clone https://github.com/ziglang/runner.git
git checkout $arch
cd src
./dev.sh layout Release linux-$arch
./dev.sh package Release linux-$arch

Where $arch is one of:

  • arm
  • arm64
  • loongarch64
  • ppc64le
  • riscv64
  • s390x
  • x64

This will download all dependencies (including the ZSF .NET SDK package), build the runner, and create a package at:

runner/_package/actions-runner-linux-$arch-$version.tar.gz

The package step can be omitted if the runner is going to be used directly from the runner/_layout directory.

About

The GitHub Actions runner with patches for more architectures (loongarch64, riscv64, etc).

Resources

Stars

Watchers

Forks