From f1bd8d0dd2d7f1f8ef6da0e14b66866dce53ad32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 4 Feb 2024 21:46:48 +0100 Subject: [PATCH] ci: test on armv7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Currently no tests are running on 32bit ARM. Signed-off-by: Thomas Weißschuh --- .github/workflows/cibuild.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3