• v12.8.2.1 318e6697c7

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

    zachhandley released this 2026-04-07 23:48:39 +00:00 | 38 commits to main since this release

    Forgejo Runner v12.8.2.1 - Multi-Platform Release

    Based on upstream Forgejo Runner v12.8.2

    Downloads

    Platform Binary Checksum
    macOS Apple Silicon forgejo-runner-12.8.2.1-darwin-arm64 7bccfb9ddc2a9b82c585b246e74e4909f29727d10d2f6e1e608365b73fda50d9
    macOS Intel forgejo-runner-12.8.2.1-darwin-amd64 04ce1585bdf30f63ef8b23d404a1f5c19bd2e5396b2911f72ef50d8e66359bdb
    Linux x64 forgejo-runner-12.8.2.1-linux-amd64 d67f275331e3da4ed03ba2227a419056c30f5b2e6a55fe28a3b9e8275305e437
    Linux ARM64 forgejo-runner-12.8.2.1-linux-arm64 41cc6f85150689bcc149c28c7b38421776a2fa4667d7a90c686aaf0a213aee02
    Windows x64 forgejo-runner-12.8.2.1-windows-amd64.exe 4023838d9638ea05ca3fe1d52e90669d02f907664f8f58ab0b8ccc1decb7eaab

    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.1/
    

    Windows (Manual):

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