Skip to content

Commit

Permalink
Fix darwin package build flags (#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored Jul 10, 2020
1 parent 51f6cc3 commit 37f12ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37f12ec

Please sign in to comment.