Skip to content

Commit

Permalink
ci: Build sysexts together with image
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
  • Loading branch information
jepio committed Mar 11, 2024
1 parent 70e69e8 commit 0f1d69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci-automation/image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 0f1d69d

Please sign in to comment.