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

23 lines
736 B
YAML

name: Build and provide rpm of demus shell scripts
run-name: Rpmbuild demus-bash-scripts at ${{ gitea.repository }} by ${{ github.actor }}
on:
workflow_dispatch:
inputs:
runsonlabel:
type: choice
description: "Choose a label"
required: true
options: [ f43, f44, rawhide ]
jobs:
rpmbuild:
runs-on: ${{ inputs.runsonlabel }}-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 }}