From 324182ef1f29351b24d6f36e50ea3ff783200a5c Mon Sep 17 00:00:00 2001 From: Pedro Tashima Date: Tue, 14 Nov 2023 15:14:07 -0300 Subject: [PATCH] add gen hash to backport tool --- cmd/backport/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/backport/Makefile b/cmd/backport/Makefile index ea568f8d..2c6b3a34 100644 --- a/cmd/backport/Makefile +++ b/cmd/backport/Makefile @@ -13,6 +13,7 @@ $(BINDIR)/$(BINARY): clean for arch in $(ARCHS); do \ for os in $(OSs); do \ $(GO_COMPILE) ; \ + $(GEN_HASH); \ done; \ done