Update edk2 version to stable/202408
This commit is contained in:
parent
ef2419a48c
commit
2eb67a8aec
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue