Update edk2 version to stable/202408

This commit is contained in:
jiangjianfeng 2024-12-02 03:27:52 +00:00 committed by Tate, Hongliang Tian
parent ef2419a48c
commit 2eb67a8aec
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ FROM build-ovmf as ovmf
# Fetch and build OVMF from the EDK2 official source
WORKDIR /root
RUN git clone --depth 1 --branch edk2-stable202402 --recurse-submodules --shallow-submodules https://github.com/tianocore/edk2.git
RUN git clone --depth 1 --branch stable/202408 --recurse-submodules --shallow-submodules https://github.com/tianocore/edk2.git
WORKDIR /root/edk2
RUN /bin/bash -c "source ./edksetup.sh \
&& make -C BaseTools \