From 899ea6e33c109b255d505e1cde4c7a6fe0d37375 Mon Sep 17 00:00:00 2001 From: Pedro Tashima Date: Tue, 14 Nov 2023 14:03:36 -0300 Subject: [PATCH] remove standup bin --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 9569ef27..5bb6a2ff 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,6 @@ build-image: .PHONY: package-binaries package-binaries: $(BINARIES) @$(eval export BIN_FILES = $(shell ls bin/)) - STANDUP_BIN="standup" for arch in $(ARCHS); do \ for os in $(OSs); do \