Skip to content

Commit 0295d2a

Browse files
committed
Fix RPM build image names
1 parent 188186a commit 0295d2a

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/build-rpm-packages.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,8 @@ jobs:
2424
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
2525
strategy:
2626
matrix:
27-
include:
28-
- distribution: rhel9
29-
arch: x86_64
30-
31-
- distribution: rhel9
32-
arch: aarch64
33-
34-
- distribution: rhel10
35-
arch: x86_64
36-
image: ghcr.io/zeroc-ice/ice-rpm-package-builder-x86_64-rhel10:latest
37-
38-
- distribution: rhel10
39-
arch: aarch64
27+
distribution: [el9, el10]
28+
arch: [x86_64, aarch64]
4029
steps:
4130
- name: Check out repository
4231
uses: actions/checkout@v4

0 commit comments

Comments
 (0)