mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 17:59:48 +08:00
chore: build release image by default (#23852)
Signed-off-by: Codex <codex@openai.com>
This commit is contained in:
parent
16a45b3a28
commit
27e88cee74
@ -62,12 +62,8 @@ steps:
|
|||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: "1"
|
DOCKER_BUILDKIT: "1"
|
||||||
|
|
||||||
- block: "Build release image (x86)"
|
|
||||||
depends_on: ~
|
|
||||||
key: block-release-image-build
|
|
||||||
|
|
||||||
- label: "Build release image (x86)"
|
- label: "Build release image (x86)"
|
||||||
depends_on: block-release-image-build
|
depends_on: ~
|
||||||
id: build-release-image-x86
|
id: build-release-image-x86
|
||||||
agents:
|
agents:
|
||||||
queue: cpu_queue_postmerge
|
queue: cpu_queue_postmerge
|
||||||
@ -80,7 +76,7 @@ steps:
|
|||||||
- "docker push public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT"
|
- "docker push public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT"
|
||||||
|
|
||||||
- label: "Build release image (arm64)"
|
- label: "Build release image (arm64)"
|
||||||
depends_on: block-release-image-build
|
depends_on: ~
|
||||||
id: build-release-image-arm64
|
id: build-release-image-arm64
|
||||||
agents:
|
agents:
|
||||||
queue: arm64_cpu_queue_postmerge
|
queue: arm64_cpu_queue_postmerge
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user