commit 286241c7fbaff5d4e4dae2bb1c5855ef893dee6b21b5660a6e0b6b926736d68c
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2026-04-16T14:15:59Z |
| subject | Added back missing .buildinfo dep |
commit 286241c7fbaff5d4e4dae2bb1c5855ef893dee6b21b5660a6e0b6b926736d68c
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2026-04-16T14:15:59Z
Added back missing .buildinfo dep
---
clitools/makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clitools/makefile b/clitools/makefile
index 149edf2..054911f 100644
--- a/clitools/makefile
+++ b/clitools/makefile
@@ -100,7 +100,7 @@ ctl-build-base: ensure-buildx ensure-registry
-t $(CTL_BUILD_BASE_IMAGE) \
--output type=image,push=true,registry.insecure=true .
-build-bin: ctl-build-base | $(BIN_DIR)
+build-bin: .buildinfo ctl-build-base | $(BIN_DIR)
docker buildx build \
--platform $(BUILD_PLATFORM) \
-f docker/ctl-builder.Dockerfile \