From da70428f48e90ed56972019712f1c0bfc27f5fbc Mon Sep 17 00:00:00 2001 From: Bob Haddleton Date: Mon, 4 Mar 2024 08:48:07 -0600 Subject: [PATCH] Remove img.build make target Signed-off-by: Bob Haddleton --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index cda2468e..78e72220 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ PLATFORMS ?= linux_amd64 linux_arm64 # even though this repo doesn't build images (note the no-op img.build target below), # some of the init is needed for the cross build container, e.g. setting BUILD_REGISTRY -include build/makelib/image.mk -img.build: # ==================================================================================== # Setup Go