Skip to content

Commit 3b9ba8b

Browse files
author
sam#gemmi-win10
committed
build/buildx doBuildx v2501-x11ubt2404-dbg Dockerfile.x11base.dbg 24.04 &
1 parent ad5cb76 commit 3b9ba8b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build/buildx.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ function doBuildx(){
3232
compile="alpine-compile";
3333
# test "$plat" != "--platform linux/amd64,linux/arm64,linux/arm" && compile="${compile}-dbg"
3434
# --build-arg REPO=$repo/ #temp notes, just use dockerHub's
35-
args="""
35+
type=app; args="""
3636
--provenance=false
3737
--build-arg REPO=$repo/
38+
--build-arg TYPE=$type
3839
--build-arg VER=$dver
3940
--build-arg COMPILE_IMG=$compile
4041
--build-arg NOCACHE=$(date +%Y-%m-%d_%H:%M:%S)
@@ -51,5 +52,8 @@ ver=v51 #base-v5 base-v5-slim
5152
# doBuildx v2501-ubt2004 Dockerfile.ubt 20.04 &
5253
# doBuildx v2501-ubt2204 Dockerfile.ubt 22.04 &
5354
# doBuildx v2501-ubt2404 Dockerfile.ubt 24.04 &
54-
doBuildx v2501-x11ubt2404 Dockerfile.x11base 24.04 &
55+
doBuildx v2501-x11ubt2004 Dockerfile.x11base 20.04 &
56+
doBuildx v2501-x11ubt2204 Dockerfile.x11base 22.04 &
57+
# doBuildx v2501-x11ubt2404 Dockerfile.x11base 24.04 &
58+
doBuildx v2501-x11ubt2404-dbg Dockerfile.x11base.dbg 24.04 &
5559
wait

0 commit comments

Comments
 (0)