mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 14:14:15 +00:00
workflows: build: Ensure rootfs is built before shim-v2
As the rootfs will have what we need to add as part of the shim-v2 configuration files for measured rootfs, we **must** ensure this is built **before** shim-v2. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
parent
13ea082531
commit
6ea0369878
@ -203,7 +203,7 @@ jobs:
|
|||||||
|
|
||||||
build-asset-shim-v2:
|
build-asset-shim-v2:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: build-asset
|
needs: [build-asset, build-asset-rootfs]
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Kata Containers quay.io
|
- name: Login to Kata Containers quay.io
|
||||||
if: ${{ inputs.push-to-registry == 'yes' }}
|
if: ${{ inputs.push-to-registry == 'yes' }}
|
||||||
|
@ -143,7 +143,7 @@ jobs:
|
|||||||
|
|
||||||
build-asset-shim-v2:
|
build-asset-shim-v2:
|
||||||
runs-on: arm64-builder
|
runs-on: arm64-builder
|
||||||
needs: build-asset
|
needs: [build-asset, build-asset-rootfs]
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Kata Containers quay.io
|
- name: Login to Kata Containers quay.io
|
||||||
if: ${{ inputs.push-to-registry == 'yes' }}
|
if: ${{ inputs.push-to-registry == 'yes' }}
|
||||||
|
@ -151,7 +151,7 @@ jobs:
|
|||||||
|
|
||||||
build-asset-shim-v2:
|
build-asset-shim-v2:
|
||||||
runs-on: ppc64le
|
runs-on: ppc64le
|
||||||
needs: build-asset
|
needs: [build-asset, build-asset-rootfs]
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare the self-hosted runner
|
- name: Prepare the self-hosted runner
|
||||||
run: |
|
run: |
|
||||||
|
@ -219,7 +219,7 @@ jobs:
|
|||||||
|
|
||||||
build-asset-shim-v2:
|
build-asset-shim-v2:
|
||||||
runs-on: s390x
|
runs-on: s390x
|
||||||
needs: build-asset
|
needs: [build-asset, build-asset-rootfs]
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Kata Containers quay.io
|
- name: Login to Kata Containers quay.io
|
||||||
if: ${{ inputs.push-to-registry == 'yes' }}
|
if: ${{ inputs.push-to-registry == 'yes' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user