Skip to content

Commit

Permalink
uefi : fix broken build due to missing edk2 submodule
Browse files Browse the repository at this point in the history
This change updates EDK2 to stable202408.01. This is a minor update with
only one additonal commit compared the previous version which fixes
missing subhook submodule issue by switching to TianoCore mirror.

Signed-off-by: Shahriyar Jalayeri <[email protected]>
  • Loading branch information
shjala committed Nov 7, 2024
1 parent f4d5f73 commit c240f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/uefi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ COPY rpi /rpi

FROM build AS build-amd64-versions

ENV EDK_VERSION edk2-stable202408
ENV EDK_COMMIT b158dad150bf02879668f72ce306445250838201
ENV EDK_VERSION edk2-stable202408.01
ENV EDK_COMMIT 4dfdca63a93497203f197ec98ba20e2327e4afe4

FROM build-${TARGETARCH}-versions AS build-edk2

Expand Down

0 comments on commit c240f5d

Please sign in to comment.