Skip to content

Commit

Permalink
CI: Add 64-bit ARM job to Linux workflow. See:
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jan 20, 2025
1 parent 3431795 commit 1cc6aeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- name: Shared MPMs, all-modules
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
# -------------------------------------------------------------------------
- name: Shared MPMs, all-modules, 64-bit ARM
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
os: ubuntu-22.04-arm64
# -------------------------------------------------------------------------
- name: Event MPM, all-modules, mod_cgid only
config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi
# -------------------------------------------------------------------------
Expand Down Expand Up @@ -312,7 +316,7 @@ jobs:
APU_CONFIG="--without-crypto"
pkgs: subversion
# -------------------------------------------------------------------------
runs-on: ubuntu-latest
runs-on: ${{ matrix.os == '' && 'ubuntu-latest' || matrix.os }}
timeout-minutes: 30
env:
NOTEST_CFLAGS: ${{ matrix.notest-cflags }}
Expand Down

0 comments on commit 1cc6aeb

Please sign in to comment.