X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuildroot.yaml;h=4da78dddd0a400069dbdbdd8d09373c838ee5145;hb=f1a34da3b2f5336e4993a729e5ac2130d0e0595a;hp=0a4b083a11d49a975edfddd487e1c18ca649d023;hpb=738097d668ed665e6775d9402104260f390ef8d9;p=ppp.git diff --git a/.github/workflows/buildroot.yaml b/.github/workflows/buildroot.yaml index 0a4b083..4da78dd 100644 --- a/.github/workflows/buildroot.yaml +++ b/.github/workflows/buildroot.yaml @@ -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