Skip to content

Commit

Permalink
Update release-pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Dec 18, 2024
1 parent 3190285 commit 015fab3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ steps:
env:
DOCKER_BUILDKIT: "1"

- block: "Build CPU docker on release only"
- block: "Build CPU release image"
key: block-cpu-release-image-build
depends_on: ~

- label: "Build and publish CPU release image"
depends_on: ~
depends_on: block-cpu-release-image-build
if: build.tag != null
agents:
queue: cpu_queue_postmerge
Expand Down

0 comments on commit 015fab3

Please sign in to comment.