Create make target RPM

This commit is contained in:
Holger Obermaier
2022-03-01 10:08:04 +01:00
parent 26dd1ed7fc
commit 3f16fb9f0b
3 changed files with 19 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ jobs:
go-version: '^1.16.7'
- name: RPM build MetricCollector
run: rpmbuild -bb --build-in-place --nodeps scripts/cc-metric-collector.spec
run: make rpm
# See: https://github.com/actions/download-artifact
- name: Save RPM as artifact

View File

@@ -39,7 +39,7 @@ jobs:
#
# Job build-1-16
# Build on latest Ubuntu using golang version 1.17
# Build on latest Ubuntu using golang version 1.16
#
build-1-16:
runs-on: ubuntu-latest