mirror of https://github.com/coder/code-server.git
Add Debian bookworm config to bakefile (#6590)
This commit is contained in:
parent
0b84523121
commit
d6c5a4af9c
|
@ -16,7 +16,7 @@ variable "GITHUB_REGISTRY" {
|
||||||
|
|
||||||
group "default" {
|
group "default" {
|
||||||
targets = [
|
targets = [
|
||||||
"code-server-debian-11",
|
"code-server-debian-12",
|
||||||
"code-server-ubuntu-focal",
|
"code-server-ubuntu-focal",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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"
|
dockerfile = "ci/release-image/Dockerfile"
|
||||||
tags = concat(
|
tags = concat(
|
||||||
gen_tags_for_docker_and_ghcr(""),
|
gen_tags_for_docker_and_ghcr(""),
|
||||||
gen_tags_for_docker_and_ghcr("debian"),
|
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"]
|
platforms = ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue