Skip to content

Commit 06fcf66

Browse files
authored
Merge pull request #2 from nicholasbishop/bishop-qemu-build
Dockerfile: use QemuBuild.py for aarch64 build
2 parents 465cfb8 + 6dcb183 commit 06fcf66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ RUN . venv/bin/activate && python BaseTools/Edk2ToolsBuild.py -t "${toolchain}"
2626

2727
# Build AARCH64.
2828
ENV GCC5_AARCH64_PREFIX="/usr/bin/aarch64-linux-gnu-"
29-
# Note: when updating to the next release, replace PlatformBuild.py with QemuBuild.py
3029
ENV build_target=RELEASE
31-
ENV stuart_opts="-c ArmVirtPkg/PlatformCI/PlatformBuild.py -a AARCH64 Target=${build_target} TOOL_CHAIN_TAG=${toolchain}"
30+
ENV stuart_opts="-c ArmVirtPkg/PlatformCI/QemuBuild.py -a AARCH64 Target=${build_target} TOOL_CHAIN_TAG=${toolchain}"
3231
RUN . venv/bin/activate && stuart_setup ${stuart_opts} && stuart_update ${stuart_opts} && stuart_build ${stuart_opts}
3332

3433
# Build IA32.

0 commit comments

Comments
 (0)