From 42a634c10e66d37903036b50412cc0c2f40655f9 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 13 Nov 2020 09:32:31 +0100 Subject: [PATCH] =?UTF-8?q?Makefile:=20remove=20darwin/386=20from=20cross?= =?UTF-8?q?=20target=20=F0=9F=8C=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems like go 1.15 doesn't support this GOOS/GOARCH pair anymore. Signed-off-by: Vincent Demeester --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 75bcf37caf..82f2b61378 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,6 @@ amd64: 386: GOOS=linux GOARCH=386 go build -mod=vendor $(LDFLAGS) -o bin/tkn-linux-386 ./cmd/tkn GOOS=windows GOARCH=386 go build -mod=vendor $(LDFLAGS) -o bin/tkn-windows-386 ./cmd/tkn - GOOS=darwin GOARCH=386 go build -mod=vendor $(LDFLAGS) -o bin/tkn-darwin-386 ./cmd/tkn .PHONY: arm arm: