]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: build on MIPS
authorThomas Weißschuh <thomas@t-8ch.de>
Tue, 6 Aug 2024 20:58:04 +0000 (22:58 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 28 Apr 2025 20:26:45 +0000 (22:26 +0200)
OpenWRT has SDKs targetting MIPS 32/64 bit, little/big endian.
Currently util-linux CI only uses 32 bit little endian through ath79.
Add a big-endian 64bit and little-endian 32bit architecture, too.

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

index f48bd47155ed8f82c2f4ddb8d7c34737150b2aa7..3e0f81c30f0b0a1651bb23e4c30eaa5fcab1b4d7 100644 (file)
@@ -207,6 +207,12 @@ jobs:
           - target: x86
             subtarget: generic
             abi: musl
+          - target: octeon
+            subtarget: generic
+            abi: musl
+          - target: ramips
+            subtarget: mt7620
+            abi: musl
     env:
       COMPILER: none
     steps: