mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 01:58:29 -04:00
E2E: Build OSS CLI by default
This commit is contained in:
parent
5f98e699e4
commit
472ba642b7
2 changed files with 14 additions and 1 deletions
4
.github/workflows/release-cli.yml
vendored
4
.github/workflows/release-cli.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
with:
|
||||
targetOS: linux
|
||||
targetArch: amd64
|
||||
enterpriseCLI: true
|
||||
cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }}
|
||||
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
@ -25,6 +26,7 @@ jobs:
|
|||
with:
|
||||
targetOS: linux
|
||||
targetArch: arm64
|
||||
enterpriseCLI: true
|
||||
cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }}
|
||||
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
@ -34,6 +36,7 @@ jobs:
|
|||
with:
|
||||
targetOS: darwin
|
||||
targetArch: amd64
|
||||
enterpriseCLI: true
|
||||
cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }}
|
||||
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
@ -43,6 +46,7 @@ jobs:
|
|||
with:
|
||||
targetOS: darwin
|
||||
targetArch: arm64
|
||||
enterpriseCLI: true
|
||||
cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }}
|
||||
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue