Skip to content

Commit

Permalink
add gen hash to backport tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 committed Nov 14, 2023
1 parent 899ea6e commit 324182e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/backport/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $(BINDIR)/$(BINARY): clean
for arch in $(ARCHS); do \
for os in $(OSs); do \
$(GO_COMPILE) ; \
$(GEN_HASH); \
done; \
done

Expand Down

0 comments on commit 324182e

Please sign in to comment.