Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uefi : fix broken build due to missing edk2 submodule #4432

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading