mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-05 09:45:40 -05:00
only build measured boot cmd
This commit is contained in:
parent
68b09fb1a2
commit
f4ffe79d9b
1 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
with:
|
||||
useCache: "false"
|
||||
- name: Build images and produce measurements
|
||||
# TODO: get correct path to bazel build artifacts, generate measurements and fetch released measurements, then compare.
|
||||
run: |
|
||||
bazel build //image/system:stable
|
||||
bazel run //image/measured-boot/cmd
|
||||
bazel build //image/measured-boot/cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue