From c69b4e739b44a182e2da08d07053874d08e1180a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Sat, 28 Mar 2026 19:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20dockerinfo/create.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerinfo/create.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dockerinfo/create.sh diff --git a/dockerinfo/create.sh b/dockerinfo/create.sh new file mode 100644 index 0000000..e6e610e --- /dev/null +++ b/dockerinfo/create.sh @@ -0,0 +1,6 @@ +docker buildx build \ + --platform linux/arm64 \ + --build-arg VERSION=test \ + -t wukongdaily/box:test \ + --load \ + . \ No newline at end of file