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 5353 - name : Event MPM, all-modules, mod_cgid fdpassing
5454 config : --enable-mods-shared=reallyall --with-mpm=event --disable-cgi --enable-cgid-fdpassing
5555 # -------------------------------------------------------------------------
56+ - name : Shared MPMs, all-modules, 64-bit ARM
57+ config : --enable-mods-shared=reallyall --enable-mpms-shared=all
58+ os : ubuntu-24.04-arm
59+ # -------------------------------------------------------------------------
5660 - name : Event MPM, all-modules, mod_cgid w/o fdpassing
5761 config : --enable-mods-shared=reallyall --with-mpm=event --disable-cgi
5862 # -------------------------------------------------------------------------
@@ -240,7 +244,7 @@ jobs:
240244 # APR_VERSION=1.7.3
241245 # APU_VERSION=1.6.3
242246 # APU_CONFIG="--with-crypto --with-ldap"
243- runs-on : ubuntu-latest
247+ runs-on : ${{ matrix.os == '' && ' ubuntu-latest' || matrix.os }}
244248 timeout-minutes : 30
245249 env :
246250 NOTEST_CFLAGS : ${{ matrix.notest-cflags }}
You can’t perform that action at this time.
0 commit comments