mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 05:31:05 +02:00
ci: Build sysexts together with image
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
87262e4f91
commit
53e164969f
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -185,7 +185,7 @@ jobs:
|
|||||||
./run_sdk_container -n "${container_name}" \
|
./run_sdk_container -n "${container_name}" \
|
||||||
./build_image --board="${arch}-usr" --group="${channel}" \
|
./build_image --board="${arch}-usr" --group="${channel}" \
|
||||||
--output_root="${CI_CONTAINER_ARTIFACT_ROOT}" \
|
--output_root="${CI_CONTAINER_ARTIFACT_ROOT}" \
|
||||||
prodtar container
|
prodtar container sysext
|
||||||
|
|
||||||
- name: Build VM image(s)
|
- name: Build VM image(s)
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -103,7 +103,7 @@ function _image_build_impl() {
|
|||||||
--base_sysexts="${base_sysexts_param}" \
|
--base_sysexts="${base_sysexts_param}" \
|
||||||
--output_root="${CONTAINER_IMAGE_ROOT}" \
|
--output_root="${CONTAINER_IMAGE_ROOT}" \
|
||||||
--only_store_compressed \
|
--only_store_compressed \
|
||||||
prodtar container
|
prodtar container sysext
|
||||||
|
|
||||||
# copy resulting images + push to buildcache
|
# copy resulting images + push to buildcache
|
||||||
local images_out="images/"
|
local images_out="images/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user