Skip to content

Commit 1839e5c

Browse files
committed
ci(release.yml): add shim-downloader to workflow
Signed-off-by: Vaughn Dice <[email protected]>
1 parent ca86c60 commit 1839e5c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,22 @@ jobs:
3131
packages: write
3232
contents: read
3333

34+
build-downloader:
35+
name: Build downloader image, sign it, and generate SBOMs
36+
uses: ./.github/workflows/downloader-build.yml
37+
permissions:
38+
id-token: write
39+
packages: write
40+
contents: read
41+
3442
release:
3543
name: Create release
3644

3745
needs:
3846
- ci
3947
- build-manager
4048
- build-installer
49+
- build-downloader
4150

4251
permissions:
4352
contents: write
@@ -114,6 +123,12 @@ jobs:
114123
'node-installer-sbom-arm64.spdx',
115124
'node-installer-sbom-arm64.spdx.cert',
116125
'node-installer-sbom-arm64.spdx.sig',
126+
'shim-downloader-sbom-amd64.spdx',
127+
'shim-downloader-sbom-amd64.spdx.cert',
128+
'shim-downloader-sbom-amd64.spdx.sig',
129+
'shim-downloader-sbom-arm64.spdx',
130+
'shim-downloader-sbom-arm64.spdx.cert',
131+
'shim-downloader-sbom-arm64.spdx.sig',
117132
]
118133
const {RELEASE_ID} = process.env
119134

0 commit comments

Comments
 (0)