]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: test on armv7
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 4 Feb 2024 20:46:48 +0000 (21:46 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Tue, 4 Jun 2024 18:57:21 +0000 (20:57 +0200)
Currently no tests are running on 32bit ARM.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index 9dedf5582adde5bfb21edd5cddcfed6291c917bd..ca49d945c9ff1c0127f89f58207edaad723b7326 100644 (file)
@@ -160,6 +160,7 @@ jobs:
         include:
           - arch: s390x
           - arch: riscv64
+          - arch: armv7
     steps:
       - name: Repository checkout
         uses: actions/checkout@v1