From 9920fe2284bb106edfc7d39216ae5e1df654fbfe Mon Sep 17 00:00:00 2001 From: Christopher Crone Date: Fri, 29 May 2020 12:00:45 +0200 Subject: [PATCH] Remove unused variables Signed-off-by: Christopher Crone --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index f70159d5..11a8f5dc 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,6 @@ # ARISING FROM, OUT OF OR IN CONNECTION WITH # THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -GOOS ?= $(shell go env GOOS) -GOARCH ?= $(shell go env GOARCH) -PWD = $(shell pwd) - export DOCKER_BUILDKIT=1 all: cli