From: Thomas Weißschuh Date: Tue, 6 Aug 2024 20:58:04 +0000 (+0200) Subject: ci: build on MIPS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d37ae27e24a6e76135a461bd636d52dd3c70a1d;p=thirdparty%2Futil-linux.git ci: build on MIPS 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 --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index f48bd4715..3e0f81c30 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -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: