summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>2021-01-01 15:17:51 +0100
committerRICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>2021-01-01 16:59:00 +0100
commitabe6cbf4927333d45ae322e1aed22fab5e9d5b39 (patch)
treee5bb08936b0787d224d2367e0b18b379a7a8a7f1 /.github
parent738097d668ed665e6775d9402104260f390ef8d9 (diff)
downloadppp-abe6cbf4927333d45ae322e1aed22fab5e9d5b39.tar.gz
Added ARM, PPC and MIPS targets to Buildroot CI tests.
Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildroot.yaml2
1 files changed, 1 insertions, 1 deletions
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