We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 465cfb8 + 6dcb183 commit 06fcf66Copy full SHA for 06fcf66
Dockerfile
@@ -26,9 +26,8 @@ RUN . venv/bin/activate && python BaseTools/Edk2ToolsBuild.py -t "${toolchain}"
26
27
# Build AARCH64.
28
ENV GCC5_AARCH64_PREFIX="/usr/bin/aarch64-linux-gnu-"
29
-# Note: when updating to the next release, replace PlatformBuild.py with QemuBuild.py
30
ENV build_target=RELEASE
31
-ENV stuart_opts="-c ArmVirtPkg/PlatformCI/PlatformBuild.py -a AARCH64 Target=${build_target} TOOL_CHAIN_TAG=${toolchain}"
+ENV stuart_opts="-c ArmVirtPkg/PlatformCI/QemuBuild.py -a AARCH64 Target=${build_target} TOOL_CHAIN_TAG=${toolchain}"
32
RUN . venv/bin/activate && stuart_setup ${stuart_opts} && stuart_update ${stuart_opts} && stuart_build ${stuart_opts}
33
34
# Build IA32.
0 commit comments