Skip to content

ci: build RPM

ci: build RPM #5

Workflow file for this run

name: Build RPM
# If a pull-request is pushed then cancel all previously running jobs related
# to that pull-request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Build RPM packages
container:
image: fedora:40
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
# - name: Install tito
# run: |
# dnf install -y tito
# - name: Install dependencies of the SPEC file
# run: |
# dnf builddep -y beaker-system-scan.spec
- name: Debug
run: |
pwd
ls -lA
# - name: Build RPM
# run: |
# tito build --rpm --output ./tito/