Skip to content

Commit

Permalink
Use sub-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xnox committed Oct 22, 2024
1 parent 60a0ea7 commit 718aef4
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions openssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,21 @@ pipeline:
tag: openssl-${{package.version}}
expected-commit: 98acb6b02839c609ef5b837794e08d906d965335

- if: ${{build.arch}} == 'aarch64'
uses: fetch
with:
uri: "https://packages.wolfi.dev/os/${{build.arch}}/${{vars.jitter-pkg}}"
expected-sha256: "32f42bd6fe32aee1718e382a6533bed413dd452cbb7f180166eb4709c362c09c"
extract: false

- if: ${{build.arch}} == 'x86_64'
uses: fetch
with:
uri: "https://packages.wolfi.dev/os/${{build.arch}}/${{vars.jitter-pkg}}"
expected-sha256: "0e59f969478959dd7bdb1198faa034c12808ea0f79390bc21a8323812d9c4df1"
extract: false
- assertions:
required-steps: 1
pipeline:
- if: ${{build.arch}} == 'aarch64'
uses: fetch
with:
uri: "https://packages.wolfi.dev/os/${{build.arch}}/${{vars.jitter-pkg}}"
expected-sha256: "32f42bd6fe32aee1718e382a6533bed413dd452cbb7f180166eb4709c362c09c"
extract: false
- if: ${{build.arch}} == 'x86_64'
uses: fetch
with:
uri: "https://packages.wolfi.dev/os/${{build.arch}}/${{vars.jitter-pkg}}"
expected-sha256: "0e59f969478959dd7bdb1198faa034c12808ea0f79390bc21a8323812d9c4df1"
extract: false

- name: Extract certified jitter entropy
runs: |
Expand Down

0 comments on commit 718aef4

Please sign in to comment.