mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 16:30:11 -05:00
started implementation
This commit is contained in:
parent
99a81cd246
commit
d00ad8cc9a
21
.github/workflows/check-measurements-reproducibility.yml
vendored
Normal file
21
.github/workflows/check-measurements-reproducibility.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Check measurements reproducibility
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check-reproducibility:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
ref: ${{ github.event.release.tag_name }}
|
||||
- name: Set up bazel
|
||||
uses: ./.github/actions/setup_bazel_nix
|
||||
with:
|
||||
useCache: "false"
|
||||
- name: Build images and produce measurements
|
||||
run: |
|
||||
bazel build //image/system:stable
|
||||
bazel run //image/measured-boot/cmd
|
Loading…
x
Reference in New Issue
Block a user