|
|
@ -34,6 +34,7 @@ jobs:
|
|
|
|
build-core:
|
|
|
|
build-core:
|
|
|
|
needs: matrix
|
|
|
|
needs: matrix
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
|
|
|
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
@ -47,6 +48,7 @@ jobs:
|
|
|
|
build-rest:
|
|
|
|
build-rest:
|
|
|
|
needs: [matrix, build-core]
|
|
|
|
needs: [matrix, build-core]
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
subimage: ${{ fromJson(needs.matrix.outputs.rest) }}
|
|
|
|
subimage: ${{ fromJson(needs.matrix.outputs.rest) }}
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
|
uses: ./.github/workflows/build-subimage.yml
|
|
|
|