File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ jobs:
100
100
run : tools/make-man-page.sh
101
101
102
102
integration-test :
103
- runs-on : ubuntu-24.04
103
+ runs-on : ${{ matrix.runner }}
104
104
needs : unit-test
105
105
concurrency :
106
- group : ${{ github.workflow }}-${{ matrix.distro }}-${{ matrix.tools }}-${{ github.ref }}
106
+ group : ${{ github.workflow }}-${{ matrix.distro }}-${{ matrix.tools }}-${{ matrix.runner }}-${{ github.ref }}
107
107
cancel-in-progress : true
108
108
strategy :
109
109
fail-fast : false
@@ -122,6 +122,10 @@ jobs:
122
122
- fedora
123
123
- opensuse
124
124
- ubuntu
125
+ runner :
126
+ - ubuntu-24.04
127
+ - ubuntu-24.04-ppc64le
128
+ - ubuntu-24.04-s390x
125
129
exclude :
126
130
# pacman is not packaged in EPEL.
127
131
- distro : arch
@@ -139,6 +143,15 @@ jobs:
139
143
tools : opensuse
140
144
- distro : ubuntu
141
145
tools : opensuse
146
+ # ppc64le/s390x not available on arch
147
+ - distro : arch
148
+ runner : ubuntu-24.04-s390x
149
+ - distro : arch
150
+ runner : ubuntu-24.04-ppc64le
151
+ - tools : arch
152
+ runner : ubuntu-24.04-s390x
153
+ - tools : arch
154
+ runner : ubuntu-24.04-ppc64le
142
155
143
156
steps :
144
157
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
You can’t perform that action at this time.
0 commit comments