Skip to content

Adding support for El9 (#17) #22

Adding support for El9 (#17)

Adding support for El9 (#17) #22

Workflow file for this run

name: RPM Build centos7
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package RPM and SRPM
uses: guilbaults/rpm-package-action@centos
with:
path: .
spec: slurm-job-exporter-el7.spec
distro: centos-7
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: output/*