Skip to content

Commit

Permalink
fixup! services/pkg: create containers for buildbot and buildbot-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Jul 6, 2024
1 parent a0e5e4e commit 6a186d0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions services/pkg/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}

Expand Down

0 comments on commit 6a186d0

Please sign in to comment.