Skip to content

Commit 5d56793

Browse files
authored
Merge pull request #40 from CESNET/copr-release-ol8-to-ol9
CI: Copr-release - change default container from ol8 to ol9
2 parents 8a22426 + 24bf1a2 commit 5d56793

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/copr.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-package-on-copr:
1010
runs-on: ubuntu-latest
11-
container: oraclelinux:8
11+
container: oraclelinux:9
1212
steps:
1313
- name: Install git
1414
run: dnf install -y git
@@ -18,14 +18,15 @@ jobs:
1818
uses: ./.github/actions/install-dependencies
1919
- name: Install copr-cli
2020
run: |
21-
dnf install -y dnf-plugins-core epel-release
21+
dnf install -y dnf-plugins-core
22+
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
2223
dnf -y copr enable @CESNET/NEMEA
2324
dnf install -y copr-cli
2425
- name: Mark github workspace as safe
2526
run: git config --system --add safe.directory $PWD
2627
- name: make rpm
2728
run: |
28-
cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
29+
cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
2930
make rpm
3031
- name: Create copr config
3132
run: |

0 commit comments

Comments
 (0)