Files
bats-mock-jasonkarns-rpm/.gitea/workflows/rpmbuild-release.yaml
T
demus 95282b74bd
Build and provide rpm of bats-mock / Build and deploy an rpm to the demus.dk repo (f42) (release) Has been cancelled
Build and provide rpm of bats-mock / Build and deploy an rpm to the demus.dk repo (f43) (release) Has been cancelled
Build and provide rpm of bats-mock / Build and deploy an rpm to the demus.dk repo (f44) (release) Has been cancelled
Build and provide rpm of bats-mock / Build and deploy an rpm to the demus.dk repo (rawhide) (release) Has been cancelled
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (f42) (release) Successful in 2m19s
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (f43) (release) Successful in 2m17s
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (f44) (release) Successful in 2m24s
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (rawhide) (release) Successful in 1m48s
First packaging
2026-03-22 01:08:59 +01:00

20 lines
687 B
YAML

name: Build and provide rpm of bats-mock
run-name: Rpmbuild bats-mock by ${{ github.actor }} by ${{ github.actor }}
on: [ release ]
jobs:
rpmbuild:
name: Build and deploy an rpm to the demus.dk repo
strategy:
matrix:
fedoraversion: [ f42, f43, f44, rawhide ]
runs-on: ${{ matrix.fedoraversion }}-minimal-rpmbuild
steps:
- name: Check out repository code
uses: https://git.demus.dk/actions/git-clone@main
- name: Build the rpms
uses: https://git.demus.dk/actions/rpmbuild@main
- name: Deploy to packages
uses: https://git.demus.dk/actions/rpm-deploy@main
with:
pat: ${{ secrets.RPM_REPO_WRITE }}