Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions base/pytorch/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ target "image-devel-all" {
inherits = ["image-devel"]
platforms = ["linux/amd64"]
}

// `image-all` is a metadata stub — the CI `app-options` action reads platforms
// from it regardless of variant. The runtime build job is gated on
// Dockerfile.runtime existence in release.yaml, so this target is never
// actually built for base/pytorch (no Dockerfile.runtime exists).
target "image-all" {
inherits = ["image-devel"]
platforms = ["linux/amd64"]
}
Loading