File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 5050 - name : Shared MPMs, all-modules
5151 config : --enable-mods-shared=reallyall --enable-mpms-shared=all
5252 # -------------------------------------------------------------------------
53+ - name : Shared MPMs, all-modules, 64-bit ARM
54+ config : --enable-mods-shared=reallyall --enable-mpms-shared=all
55+ os : ubuntu-22.04-arm64
56+ # -------------------------------------------------------------------------
5357 - name : Event MPM, all-modules, mod_cgid only
5458 config : --enable-mods-shared=reallyall --with-mpm=event --disable-cgi
5559 # -------------------------------------------------------------------------
@@ -312,7 +316,7 @@ jobs:
312316 APU_CONFIG="--without-crypto"
313317 pkgs : subversion
314318 # -------------------------------------------------------------------------
315- runs-on : ubuntu-latest
319+ runs-on : ${{ matrix.os == '' && ' ubuntu-latest' || matrix.os }}
316320 timeout-minutes : 30
317321 env :
318322 NOTEST_CFLAGS : ${{ matrix.notest-cflags }}
You can’t perform that action at this time.
0 commit comments