mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
Add RHEL UBI 8 to rpmbuild action
This commit is contained in:
parent
eed9cd227c
commit
3ade75490c
19
.github/workflows/rpmbuild.yml
vendored
19
.github/workflows/rpmbuild.yml
vendored
@ -64,3 +64,22 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: cc-metric-collector SRPM AlmaLinux 8.5
|
name: cc-metric-collector SRPM AlmaLinux 8.5
|
||||||
path: ${{ steps.rpm.outputs.source_rpm_path }}
|
path: ${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
build-rhel-ubi8:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: TomTheBear/rpmbuild@rh-ubi8
|
||||||
|
id: rpm
|
||||||
|
name: Build RPM package on Red Hat Universal Base Image 8
|
||||||
|
with:
|
||||||
|
spec_file: "./scripts/cc-metric-collector.spec"
|
||||||
|
- name: Save RPM as artifact
|
||||||
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
with:
|
||||||
|
name: cc-metric-collector RPM Red Hat Universal Base Image 8
|
||||||
|
path: ${{ steps.rpm.outputs.rpm_dir_path }}
|
||||||
|
- name: Save SRPM as artifact
|
||||||
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
with:
|
||||||
|
name: cc-metric-collector SRPM Red Hat Universal Base Image 8
|
||||||
|
path: ${{ steps.rpm.outputs.source_rpm_path }}
|
||||||
|
Loading…
Reference in New Issue
Block a user