From 37f12ec6ea67f03f747aebd43ed78d4137c54303 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 10 Jul 2020 11:04:38 -0700 Subject: [PATCH] Fix darwin package build flags (#7818) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a0749cd0d..d904ba814 100644 --- a/Makefile +++ b/Makefile @@ -371,6 +371,9 @@ upload-nightly: %windows_amd64.zip: export GOOS := windows %windows_amd64.zip: export GOARCH := amd64 +%darwin_amd64.tar.gz: export GOOS := darwin +%darwin_amd64.tar.gz: export GOARCH := amd64 + %windows_i386.zip: export GOOS := windows %windows_i386.zip: export GOARCH := 386