From 6a186d0ccbe34dde3105a04485725f06bb6e4ecc Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 6 Jul 2024 15:37:13 -0400 Subject: [PATCH] fixup! services/pkg: create containers for buildbot and buildbot-builder --- services/pkg/docker-bake.hcl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/pkg/docker-bake.hcl b/services/pkg/docker-bake.hcl index f2a3b11..8d74c64 100644 --- a/services/pkg/docker-bake.hcl +++ b/services/pkg/docker-bake.hcl @@ -26,12 +26,16 @@ target "infra-alps" { } target "infra-buildbot" { - inherits = ["_common-glibc"] + inherits = ["_common"] + platforms = ["linux/amd64"] + args = { "LIBC" = "glibc" } context = "services/pkg/buildbot/" } target "infra-buildbot-builder" { - inherits = ["_common-glibc"] + inherits = ["_common"] + platforms = ["linux/amd64"] + args = { "LIBC" = "glibc" } context = "services/pkg/buildbot-builder/" }