From 2da6d1347a03f046c9794c094902d4e5c5010adf Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 13 Sep 2024 18:43:26 +0300 Subject: [PATCH] Revert "CI: Enable building of the images with and without initramfs" --- .github/workflows/build-template.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index eee5cb250..31184349e 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -31,7 +31,6 @@ env: DISTRO: poky TCLIBC: glibc musl KERNELS: linaro-qcomlt yocto - INITRAMFS: initramfs-rootfs-image ~ jobs: build: @@ -70,7 +69,6 @@ jobs: for tclibc in ${TCLIBC}; do for kernel in ${KERNELS}; do - for initramfs in ${INITRAMFS}; do cat << EOF >> plan.yaml ${tclibc}-${kernel}: &${tclibc}-${kernel} local_conf: @@ -78,12 +76,11 @@ jobs: - INHERIT:remove = 'rm_work' - TCLIBC := '${tclibc}' - PREFERRED_PROVIDER_virtual/kernel := 'linux-${kernel}' - - INITRAMFS_IMAGE := '${initramfs}' + - INITRAMFS_IMAGE ?= 'initramfs-rootfs-image' EOF done done - done cat << EOF >> plan.yaml jobs: