Now that we ship a toolchain for Kalray's MPPA Coolidge CPU, let's enable build test on that architecture as well. With this, all architectures now have defconfigs that are build tested. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- v1 -> v2: - no change --- .github/workflows/build-defconfigs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-defconfigs.yml b/.github/workflows/build-defconfigs.yml index 46f59fd118c1..f8cb7c2a5929 100644 --- a/.github/workflows/build-defconfigs.yml +++ b/.github/workflows/build-defconfigs.yml @@ -3,7 +3,7 @@ name: build images on: [push, pull_request] env: - ARCH: arm mips powerpc riscv sandbox x86 openrisc + ARCH: arm mips powerpc riscv sandbox x86 openrisc kvx jobs: defconfigs: -- 2.39.2