mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 08:36:36 -05:00
ci: build all streams on release (#2058)
This commit is contained in:
parent
2436b8da34
commit
6c5ad09a93
1 changed files with 19 additions and 0 deletions
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
|
|
@ -194,6 +194,25 @@ jobs:
|
|||
stream: "stable"
|
||||
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:
|
||||
name: Update hardcoded measurements (in the CLI)
|
||||
needs: [verify-inputs, os-image]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue