Files
demus a501291cc6
Build and provide rpm of demus shell scripts / rpmbuild (f43) (release) Successful in 39s
Build and provide rpm of demus shell scripts / rpmbuild (f44) (release) Successful in 31s
Build and provide rpm of demus shell scripts / rpmbuild (rawhide) (release) Successful in 38s
Add F44 build
2026-04-19 01:18:19 +02:00

19 lines
642 B
YAML

name: Build and provide rpm of demus shell scripts
run-name: Rpmbuild demus-bash-scripts at ${{ gitea.repository }} by ${{ github.actor }}
on: [release]
jobs:
rpmbuild:
strategy:
matrix:
rpmbuilder: [ f43, f44, rawhide ]
runs-on: ${{ matrix.rpmbuilder }}-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 }}