From abe6cbf4927333d45ae322e1aed22fab5e9d5b39 Mon Sep 17 00:00:00 2001 From: RICCIARDI-Adrien Date: Fri, 1 Jan 2021 15:17:51 +0100 Subject: Added ARM, PPC and MIPS targets to Buildroot CI tests. Signed-off-by: RICCIARDI-Adrien --- .github/workflows/buildroot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/buildroot.yaml b/.github/workflows/buildroot.yaml index 0a4b083..a4fadbc 100644 --- a/.github/workflows/buildroot.yaml +++ b/.github/workflows/buildroot.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - defconfig_name: [qemu_x86_defconfig, qemu_x86_64_defconfig] + defconfig_name: [qemu_x86_defconfig, qemu_x86_64_defconfig, raspberrypi4_defconfig, raspberrypi4_64_defconfig, qemu_ppc64le_pseries_defconfig, qemu_mips32r2_malta_defconfig, qemu_mips64_malta_defconfig] libc_name: [glibc, uclibc, musl] steps: - name: Checkout Buildroot sources -- cgit v1.2.1