]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/buildroot.yaml
pppd: Fix SIGSEGV in EAP-TLS code when TLS verify method is not specified
[ppp.git] / .github / workflows / buildroot.yaml
index 0a4b083a11d49a975edfddd487e1c18ca649d023..4da78dddd0a400069dbdbdd8d09373c838ee5145 100644 (file)
@@ -1,12 +1,12 @@
 name: Buildroot
-on: [push]
+on: [push, pull_request]
 
 jobs:
   buildroot:
     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