Skip to content

Updates for EL9 (#52) #30

Updates for EL9 (#52)

Updates for EL9 (#52) #30

Workflow file for this run

name: RPM Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build RPM package
id: rpm
uses: naveenrajm7/rpmbuild@master
with:
spec_file: "infiniband-exporter-el7.spec"
- name: Upload artifact
uses: actions/[email protected]
with:
name: Binary RPM
path: ${{ steps.rpm.outputs.rpm_dir_path }}