Skip to content

Remmik/linux-github-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Runner

Self-hosted GitHub Actions runner image with Tauri build dependencies.

Based on Ubuntu 22.04 with Node 24, pnpm, Rust (stable), Tauri CLI v2, and WebKit/GTK development libraries.

What's included

  • Ubuntu 22.04 (Jammy)
  • Node.js 24 + pnpm
  • Rust stable + Tauri CLI v2
  • libwebkit2gtk-4.1-dev and other Tauri Linux deps
  • GitHub Actions Runner

Usage (Kubernetes)

containers:
  - name: runner
    image: ghcr.io/saturate/github-runner:latest
    env:
      - name: GITHUB_TOKEN
        value: "ghp_..."
      - name: GITHUB_REPOSITORY
        value: "Saturate/overhead"
      - name: RUNNER_NAME
        value: "k3s-linux"
      - name: RUNNER_LABELS
        value: "self-hosted,Linux,X64"

Usage (Docker)

docker run -d \
  -e GITHUB_TOKEN=ghp_... \
  -e GITHUB_REPOSITORY=Saturate/overhead \
  -e RUNNER_NAME=my-runner \
  ghcr.io/saturate/github-runner:latest

About

Self-hosted Linux GitHub Actions runner with Tauri build deps (Ubuntu 22.04, Node 24, Rust, pnpm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors