]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/buildroot.yaml
Added ARM, PPC and MIPS targets to Buildroot CI tests.
[ppp.git] / .github / workflows / buildroot.yaml
index 0a4b083a11d49a975edfddd487e1c18ca649d023..a4fadbc1cd3656689dea03044fa3128ae745726d 100644 (file)
@@ -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