Skip to content

Commit 1c8ebbd

Browse files
committed
Draft: Try adding arm64 job to the matrix.
1 parent 3431795 commit 1c8ebbd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32+
os: ubuntu-latest
3233
include:
3334
# -------------------------------------------------------------------------
3435
- name: Empty APLOGNO() test
@@ -50,6 +51,10 @@ jobs:
5051
- name: Shared MPMs, all-modules
5152
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
5253
# -------------------------------------------------------------------------
54+
- name: Shared MPMs, all-modules, ARM
55+
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
56+
os: ubuntu-24.04-arm
57+
# -------------------------------------------------------------------------
5358
- name: Event MPM, all-modules, mod_cgid only
5459
config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi
5560
# -------------------------------------------------------------------------
@@ -312,7 +317,6 @@ jobs:
312317
APU_CONFIG="--without-crypto"
313318
pkgs: subversion
314319
# -------------------------------------------------------------------------
315-
runs-on: ubuntu-latest
316320
timeout-minutes: 30
317321
env:
318322
NOTEST_CFLAGS: ${{ matrix.notest-cflags }}

0 commit comments

Comments
 (0)