From f0e5c60169bbb51e72004f1da195b9c6cb3a5d11 Mon Sep 17 00:00:00 2001 From: NekoRouter Date: Tue, 16 Jul 2024 18:32:41 +0800 Subject: [PATCH] ci: Add build for laptop4a and pocket4a --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a457476c..16e3e830 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,6 +71,18 @@ jobs: make -j$(nproc) find . -name "u-boot-with-spl.bin" | xargs -I{} cp -av {} ${GITHUB_WORKSPACE}/output/u-boot-with-spl-lcon4a-16g.bin make clean + make light_lpi4a_plastic_defconfig + make -j$(nproc) + find . -name "u-boot-with-spl.bin" | xargs -I{} cp -av {} ${GITHUB_WORKSPACE}/output/u-boot-with-spl-laptop4a.bin + make clean + make light_lpi4a_plastic_16g_defconfig + make -j$(nproc) + find . -name "u-boot-with-spl.bin" | xargs -I{} cp -av {} ${GITHUB_WORKSPACE}/output/u-boot-with-spl-laptop4a-16g.bin + make clean + make light_lpi4a_pocket_defconfig + make -j$(nproc) + find . -name "u-boot-with-spl.bin" | xargs -I{} cp -av {} ${GITHUB_WORKSPACE}/output/u-boot-with-spl-pocket4a.bin + make clean make light_lpi4a_cluster_defconfig make -j$(nproc) find . -name "u-boot-with-spl.bin" | xargs -I{} cp -av {} ${GITHUB_WORKSPACE}/output/u-boot-with-spl-lc4a.bin -- 2.34.1