mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-03 02:50:03 -05:00
ci: build all streams on release (#2058)
This commit is contained in:
parent
2436b8da34
commit
6c5ad09a93
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
@ -194,6 +194,25 @@ jobs:
|
|||||||
stream: "stable"
|
stream: "stable"
|
||||||
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||||
|
|
||||||
|
os-image-additional-streams:
|
||||||
|
name: Build OS image (additional streams)
|
||||||
|
needs: [verify-inputs, update-versions]
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
stream: [debug, console]
|
||||||
|
uses: ./.github/workflows/build-os-image.yml
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
|
packages: read
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
imageVersion: ${{ inputs.version }}
|
||||||
|
isRelease: true
|
||||||
|
stream: ${{ matrix.stream }}
|
||||||
|
ref: ${{ needs.verify-inputs.outputs.WORKING_BRANCH }}
|
||||||
|
|
||||||
update-hardcoded-measurements:
|
update-hardcoded-measurements:
|
||||||
name: Update hardcoded measurements (in the CLI)
|
name: Update hardcoded measurements (in the CLI)
|
||||||
needs: [verify-inputs, os-image]
|
needs: [verify-inputs, os-image]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user