Skip to content

vboot: Add firmware PCR support #2

vboot: Add firmware PCR support

vboot: Add firmware PCR support #2

name: Build Prodrive Hermes
on:
push:
branches: [ prodrive/hermes ]
env:
artifact: prodrive-hermes
jobs:
build-hermes:
runs-on: ubuntu-latest
outputs:
binaryArtifact: ${{ env.artifact}}
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build Action
uses: ./.github/actions/buildX86
with:
config: firmwareci/config.prodrive_hermes.edk2
artifact-path: ${{ env.artifact }}