From 53e164969f867b3b1e8995851c78a4b3c32164e2 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Mon, 11 Mar 2024 10:31:12 +0000 Subject: [PATCH] ci: Build sysexts together with image Signed-off-by: Jeremi Piotrowski --- .github/workflows/ci.yaml | 2 +- ci-automation/image.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b9445865bc..b1eb6d61ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -185,7 +185,7 @@ jobs: ./run_sdk_container -n "${container_name}" \ ./build_image --board="${arch}-usr" --group="${channel}" \ --output_root="${CI_CONTAINER_ARTIFACT_ROOT}" \ - prodtar container + prodtar container sysext - name: Build VM image(s) shell: bash diff --git a/ci-automation/image.sh b/ci-automation/image.sh index 139956970c..09ca5e904f 100644 --- a/ci-automation/image.sh +++ b/ci-automation/image.sh @@ -103,7 +103,7 @@ function _image_build_impl() { --base_sysexts="${base_sysexts_param}" \ --output_root="${CONTAINER_IMAGE_ROOT}" \ --only_store_compressed \ - prodtar container + prodtar container sysext # copy resulting images + push to buildcache local images_out="images/"