From 7d37ae27e24a6e76135a461bd636d52dd3c70a1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Tue, 6 Aug 2024 22:58:04 +0200 Subject: [PATCH] ci: build on MIPS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/cibuild.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.47.2