Unverified Commit 27e88cee authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

chore: build release image by default (#23852)


Signed-off-by: default avatarCodex <codex@openai.com>
parent 16a45b3a
......@@ -62,12 +62,8 @@ steps:
env:
DOCKER_BUILDKIT: "1"
- block: "Build release image (x86)"
depends_on: ~
key: block-release-image-build
- label: "Build release image (x86)"
depends_on: block-release-image-build
depends_on: ~
id: build-release-image-x86
agents:
queue: cpu_queue_postmerge
......@@ -80,7 +76,7 @@ steps:
- "docker push public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT"
- label: "Build release image (arm64)"
depends_on: block-release-image-build
depends_on: ~
id: build-release-image-arm64
agents:
queue: arm64_cpu_queue_postmerge
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment