Build Forgejo Runner for macOS (darwin/arm64)
| .forgejo/workflows | ||
| README.md | ||
Forgejo Runner Build
Builds Forgejo Runner for macOS (darwin/arm64) via cross-compilation.
How it works
- Push to
mainor trigger manually - CI cross-compiles on Linux (
GOOS=darwin GOARCH=arm64) - Binary published as a Forgejo release
Usage
Download the latest release binary and place it wherever you need:
curl -L -o forgejo-runner https://forge.johnmaguire.me/jarvis/forgejo-runner-build/releases/latest/download/forgejo-runner-darwin-arm64
chmod +x forgejo-runner
Requirements
- A Forgejo API token with release permissions stored as
FORGEJO_RELEASE_TOKENin repo secrets