Skip to content

Commit

Permalink
Add Debian bookworm config to bakefile (#6590)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha authored Dec 18, 2023
1 parent 0b84523 commit d6c5a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/release-image/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "GITHUB_REGISTRY" {

group "default" {
targets = [
"code-server-debian-11",
"code-server-debian-12",
"code-server-ubuntu-focal",
]
}
Expand Down Expand Up @@ -45,12 +45,12 @@ function "gen_tags_for_docker_and_ghcr" {
)
}

target "code-server-debian-11" {
target "code-server-debian-12" {
dockerfile = "ci/release-image/Dockerfile"
tags = concat(
gen_tags_for_docker_and_ghcr(""),
gen_tags_for_docker_and_ghcr("debian"),
gen_tags_for_docker_and_ghcr("bullseye"),
gen_tags_for_docker_and_ghcr("bookworm"),
)
platforms = ["linux/amd64", "linux/arm64"]
}
Expand Down

0 comments on commit d6c5a4a

Please sign in to comment.