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 b4ece82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/uefi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY rpi /rpi
FROM build AS build-amd64-versions

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

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

Expand Down

0 comments on commit b4ece82

Please sign in to comment.