Skip to content

Commit 9b8f80c

Browse files
sharmaharisamcopybara-github
authored andcommitted
Internal Change
PiperOrigin-RevId: 811722296 Change-Id: I6c9ed222a021062ab7e61dae8f6edc5f4126857c
1 parent 1e9df5d commit 9b8f80c

File tree

2 files changed

+860
-0
lines changed

2 files changed

+860
-0
lines changed

builders/gcp/base/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ builder(
190190
image = "google-24/builder",
191191
)
192192

193+
builder(
194+
name = "google_22_builder_using_runner",
195+
buildpacks = BUILDPACKS_USING_RUNNER,
196+
descriptor = "google.22.builder.runner.toml",
197+
groups = GROUPS_USING_RUNNER,
198+
image = "google-22/builder-runner",
199+
)
200+
193201
builder(
194202
name = "google_24_builder_using_runner",
195203
buildpacks = BUILDPACKS_USING_RUNNER,

0 commit comments

Comments
 (0)