Skip to content

Commit

Permalink
Fix darwin package build flags (influxdata#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and rhajek committed Jul 13, 2020
1 parent cb26581 commit 996fa80
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 996fa80

Please sign in to comment.