Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 264118f

Browse files
authored
Attempt to fix Ubuntu arm64 legs (#28245)
1 parent dc722e9 commit 264118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross/arm64_ci_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function cross_build_native_with_docker {
2424
__currentWorkingDirectory=`pwd`
2525

2626
# choose Docker image
27-
__dockerImage="ubuntu-16.04-cross-arm64-a3ae44b-20180315221921"
27+
__dockerImage="microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-arm64-a3ae44b-20180315221921"
2828
__dockerEnvironmentVariables="-e ROOTFS_DIR=/crossrootfs/arm64"
2929

3030
__dockerCmd="docker run ${__dockerEnvironmentVariables} -i --rm -v $__currentWorkingDirectory:/opt/code -w /opt/code $__dockerImage"

0 commit comments

Comments
 (0)