File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ group "default" {
18
18
targets = [
19
19
" code-server-debian-12" ,
20
20
" code-server-ubuntu-focal" ,
21
+ " code-server-ubuntu-noble" ,
21
22
" code-server-fedora-39" ,
22
23
" code-server-opensuse-tumbleweed" ,
23
24
]
@@ -69,6 +70,18 @@ target "code-server-ubuntu-focal" {
69
70
platforms = [" linux/amd64" , " linux/arm64" ]
70
71
}
71
72
73
+ target "code-server-ubuntu-noble" {
74
+ dockerfile = " ci/release-image/Dockerfile"
75
+ tags = concat (
76
+ gen_tags_for_docker_and_ghcr (" ubuntu" ),
77
+ gen_tags_for_docker_and_ghcr (" noble" ),
78
+ )
79
+ args = {
80
+ BASE = " ubuntu:noble"
81
+ }
82
+ platforms = [" linux/amd64" , " linux/arm64" ]
83
+ }
84
+
72
85
target "code-server-fedora-39" {
73
86
dockerfile = " ci/release-image/Dockerfile.fedora"
74
87
tags = concat (
You can’t perform that action at this time.
0 commit comments