Skip to content

Commit

Permalink
add extra required QEMU_ env vars for secureboot testing
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick authored and vipulgupta2048 committed Oct 8, 2024
1 parent 7b9ecb3 commit f4975e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,8 @@ jobs:
run: |
echo "QEMU_SECUREBOOT=1" >> "${GITHUB_ENV}"
echo "FLASHER_SECUREBOOT=1" >> "${GITHUB_ENV}"
echo "QEMU_MEMORY=4G" >> "${GITHUB_ENV}"
echo "QEMU_INTERNAL_STORAGE=0" >> "${GITHUB_ENV}"
# https://github.com/balena-os/leviathan/blob/master/action.yml
- name: BalenaOS Leviathan Tests
Expand Down

0 comments on commit f4975e0

Please sign in to comment.