From 6476eb45a7e97ac43a37da7ab4893555625de249 Mon Sep 17 00:00:00 2001 From: max furman Date: Wed, 23 Jun 2021 13:30:30 -0700 Subject: [PATCH] Need RELEASE variable defined in make debian --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 882a0122..d3c0573f 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ PREFIX?= SRC=$(shell find . -type f -name '*.go' -not -path "./vendor/*") GOOS_OVERRIDE ?= OUTPUT_ROOT=output/ +RELEASE=./.releases all: lint test build