mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-25 23:19:06 +01:00
Update release action
This commit is contained in:
parent
dbdec1eab8
commit
31a38bc17d
3
.github/workflows/Release.yml
vendored
3
.github/workflows/Release.yml
vendored
@ -42,12 +42,13 @@ jobs:
|
|||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
dnf --assumeyes install 'dnf-command(builddep)'
|
dnf --assumeyes install 'dnf-command(builddep)'
|
||||||
|
dnf --assumeyes install which
|
||||||
dnf --assumeyes builddep scripts/cc-metric-collector.spec
|
dnf --assumeyes builddep scripts/cc-metric-collector.spec
|
||||||
|
|
||||||
- name: RPM build MetricCollector
|
- name: RPM build MetricCollector
|
||||||
id: rpmbuild
|
id: rpmbuild
|
||||||
run: make RPM
|
run: make RPM
|
||||||
|
|
||||||
# AlmaLinux 8.5 is a derivate of RedHat Enterprise Linux 8 (UBI8),
|
# AlmaLinux 8.5 is a derivate of RedHat Enterprise Linux 8 (UBI8),
|
||||||
# so the created RPM both contain the substring 'el8' in the RPM file names
|
# so the created RPM both contain the substring 'el8' in the RPM file names
|
||||||
# This step replaces the substring 'el8' to 'alma85'. It uses the move operation
|
# This step replaces the substring 'el8' to 'alma85'. It uses the move operation
|
||||||
|
Loading…
Reference in New Issue
Block a user