From: RICCIARDI-Adrien Date: Fri, 1 Jan 2021 14:17:51 +0000 (+0100) Subject: Added ARM, PPC and MIPS targets to Buildroot CI tests. X-Git-Tag: ppp-2.4.9~13^2 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=abe6cbf4927333d45ae322e1aed22fab5e9d5b39 Added ARM, PPC and MIPS targets to Buildroot CI tests. Signed-off-by: RICCIARDI-Adrien --- 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