Files
gitea-runner-rpm/.gitea/workflows/copr-release.yaml
T
demusanddemus ab72743bcc
Build and provide rpm of the Gitea runner / Start build on COPR (f44) (release) Successful in 2m11s
Build and provide rpm of the Gitea runner / Start build on COPR (rawhide) (release) Successful in 2m25s
Release 1.0.0 (#9)
Rename from act-runner to gitea-runner.
The upstream projects changed name from act_runner to runner.

Reviewed-on: http://git.demus.dk/demus/gitea-runner-rpm/pulls/9
Co-authored-by: Daniel Demus <daniel@demus.dk>
Co-committed-by: Daniel Demus <daniel@demus.dk>
2026-05-29 00:53:11 +02:00

20 lines
666 B
YAML

name: Build and provide rpm of the Gitea runner
run-name: Build gitea-runner from ${{ gitea.repository }} on COPR
on: [release]
jobs:
coprbuild:
name: "Start build on COPR"
strategy:
matrix:
fedoraversion: [ f44, rawhide ]
runs-on: ${{ matrix.fedoraversion }}-minimal-copr
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build src.rpm and send to COPR
uses: https://git.demus.dk/actions/copr-build@main
with:
copr_config: ${{ secrets.COPR_API_CONFIG }}
copr_project: gitea
fedora_release: ${{ matrix.fedoraversion }}