mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-18 18:55:55 +02:00
Build only RPM
This commit is contained in:
parent
d4d385c3a8
commit
26dd1ed7fc
4
.github/workflows/AlmaLinux.yml
vendored
4
.github/workflows/AlmaLinux.yml
vendored
@ -36,11 +36,11 @@ jobs:
|
|||||||
go-version: '^1.16.7'
|
go-version: '^1.16.7'
|
||||||
|
|
||||||
- name: RPM build MetricCollector
|
- name: RPM build MetricCollector
|
||||||
run: rpmbuild -ba --build-in-place --nodeps scripts/cc-metric-collector.spec
|
run: rpmbuild -bb --build-in-place --nodeps scripts/cc-metric-collector.spec
|
||||||
|
|
||||||
# See: https://github.com/actions/download-artifact
|
# See: https://github.com/actions/download-artifact
|
||||||
- name: Save RPM as artifact
|
- name: Save RPM as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: cc-metric-collector RPM AlmaLinux 8.5
|
name: cc-metric-collector RPM AlmaLinux 8.5
|
||||||
path: ~/rpmbuild/*/*/cc-metric-collector-*rpm
|
path: ~/rpmbuild/*/*/cc-metric-collector-*.rpm
|
Loading…
x
Reference in New Issue
Block a user