We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188186a commit 0295d2aCopy full SHA for 0295d2a
1 file changed
.github/workflows/build-rpm-packages.yml
@@ -24,19 +24,8 @@ jobs:
24
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
25
strategy:
26
matrix:
27
- include:
28
- - distribution: rhel9
29
- arch: x86_64
30
-
31
32
- arch: aarch64
33
34
- - distribution: rhel10
35
36
- image: ghcr.io/zeroc-ice/ice-rpm-package-builder-x86_64-rhel10:latest
37
38
39
+ distribution: [el9, el10]
+ arch: [x86_64, aarch64]
40
steps:
41
- name: Check out repository
42
uses: actions/checkout@v4
0 commit comments