From 305215680fe437b6a3b98ecc8924f8e60b8600be Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Tue, 11 Mar 2025 23:07:31 +0000 Subject: [PATCH] Mention `forgejo-runner` package for OpenSUSE --- Continuous-integration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Continuous-integration.md b/Continuous-integration.md index 336bd69..ffdc194 100644 --- a/Continuous-integration.md +++ b/Continuous-integration.md @@ -13,6 +13,13 @@ There are situations where you'll want to run the continuous integration workflo Setting up Forgejo Runner for local, manual use is simpler than setting it up for remote, automated use. +On OpenSUSE Tumbleweed, you can install the `forgejo-runner` package by calling +```bash +sudo zypper install forgejo-runner +``` + +On other systems, you may need to install manually. + 1. Download these files from the [release page](https://data.forgejo.org/forgejo/runner/releases): - The binary `forgejo-runner-#.#.#-linux-amd64`. - *(Recommended)* The signature `forgejo-runner-#.#.#-linux-amd64.asc`.