• v12.8.2.4 b8b4aca145

    Forgejo Runner v12.8.2.4
    All checks were successful
    Integration Testing / integration-test (release) Successful in 14s
    Stable

    zachhandley released this 2026-04-08 02:12:39 +00:00 | 29 commits to main since this release

    Forgejo Runner v12.8.2.4 - Multi-Platform Release

    Based on upstream Forgejo Runner v12.8.2

    Downloads

    Platform Binary Checksum
    macOS Apple Silicon forgejo-runner-12.8.2.4-darwin-arm64 4a13cf6f30e316a0d5055a13c8fff8c14f1499140546444683a1b5853eef226c
    macOS Intel forgejo-runner-12.8.2.4-darwin-amd64 1fe2db38843b37cb5b68a9af9f94b73005c1234967e751058a4e1723de7c2546
    Linux x64 forgejo-runner-12.8.2.4-linux-amd64 7338872bcbc3abe1418b8fc4d5c49eab9928c70dc469f22b7ac77ecc2017022d
    Linux ARM64 forgejo-runner-12.8.2.4-linux-arm64 de33adcda81e8c313e7b41b56a690d5c11ef74c5a18a3d04257c56b0262b73f8
    Windows x64 forgejo-runner-12.8.2.4-windows-amd64.exe bda4ba373511d31fb0a14de994a8812508f53f53e19f8238c7433810ef823f95

    Installation

    macOS:

    brew tap blackleafdigital/forgejorunner https://forge.blackleafdigital.com/Public/ForgejoRunner.git
    brew install forgejo-runner
    

    Linux:

    curl -fsSL https://forge.blackleafdigital.com/Public/ForgejoRunner/raw/branch/main/scripts/install-linux.sh | sudo bash
    

    Windows (Chocolatey):

    choco install forgejo-runner --source https://forge.blackleafdigital.com/Public/ForgejoRunner/releases/download/v12.8.2.4/
    

    Windows (Manual):

    irm https://forge.blackleafdigital.com/Public/ForgejoRunner/raw/branch/main/scripts/install-windows.ps1 | iex
    
    Downloads