Skip to content

Commit

Permalink
tools/ci_build/github/linux/run_dockerbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 21, 2024
1 parent 30f426f commit 266013d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
AgentPool : 'onnxruntime-Ubuntu2204-AMD-CPU'
StageName : 'Linux_CI_Dev'
RunDockerBuildArgs: '-o ubuntu22.04 -d cpu -x "--build_wheel"'
RunDockerBuildArgs: '-o ubuntu20.04 -d cpu -x "--build_wheel"'
NuPackScript: ''
RunInjectedPipeline: 'false'
InjectedPipeline: ''
Expand Down
1 change: 0 additions & 1 deletion tools/ci_build/github/linux/run_dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ if [[ -n "${IMAGE_CACHE_CONTAINER_REGISTRY_NAME}" ]]; then
GET_DOCKER_IMAGE_CMD="${GET_DOCKER_IMAGE_CMD} --container-registry ${IMAGE_CACHE_CONTAINER_REGISTRY_NAME}"
fi
DOCKER_CMD="docker"
UBUNTU_VERSION="22.04"
# If BUILD_OS is ubuntu, then UBUNTU_VERSION is set to the version string after ubuntu
if [[ $BUILD_OS == ubuntu* ]]; then
UBUNTU_VERSION=${BUILD_OS#ubuntu}
Expand Down

0 comments on commit 266013d

Please sign in to comment.