Skip to content

Commit d09ae2c

Browse files
committed
changes to makefile
Signed-off-by: swastik959 <Sswastik959@gmail.com>
1 parent 75a680b commit d09ae2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ PLATFORMS ?= amd64 arm arm64
250250
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64
251251

252252
.PHONY: release # Build a multi-arch docker image
253-
release: ensure-buildx clean
253+
release: builder clean
254254
# Rancher CI: the build has been done in the build step in the scripts/ci
255255
# echo "Building binaries..."
256256
# $(foreach PLATFORM,$(PLATFORMS), echo -n "$(PLATFORM)..."; ARCH=$(PLATFORM) make build;)

0 commit comments

Comments
 (0)