From: Thomas Weißschuh Date: Sun, 4 Feb 2024 20:46:48 +0000 (+0100) Subject: ci: test on armv7 X-Git-Tag: v2.42-start~302^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1bd8d0dd2d7f1f8ef6da0e14b66866dce53ad32;p=thirdparty%2Futil-linux.git ci: test on armv7 Currently no tests are running on 32bit ARM. Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 9dedf5582..ca49d945c 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -160,6 +160,7 @@ jobs: include: - arch: s390x - arch: riscv64 + - arch: armv7 steps: - name: Repository checkout uses: actions/checkout@v1