From 286241c7fbaff5d4e4dae2bb1c5855ef893dee6b21b5660a6e0b6b926736d68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Thu, 16 Apr 2026 22:15:59 +0800 Subject: [PATCH] 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 \