Skip to content

Commit

Permalink
trying to cross-compile all builds with osx in trav
Browse files Browse the repository at this point in the history
  • Loading branch information
s1cyan committed Oct 21, 2019
1 parent 92e82d9 commit cc26b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ build-linux build-darwin build-windows: ## Build the binary of the respective op
GOOS=$(os) GOARCH=amd64 go build -o $(BUILD_PATH)/$(build_binary) -ldflags "-X main.VERSION=$(VERSION)"

.PHONY: package
package: tar-darwin ## Creates packages for all operating systems and store them in package/ dir
package: tar-darwin tar-windows tar-linux ## Creates packages for all operating systems and store them in package/ dir
# package: tar-linux deb-linux rpm-linux tar-darwin brew-darwin tar-windows ## Creates packages for all operating systems and store them in package/ dir

.PHONY: tar-linux
Expand Down

0 comments on commit cc26b4f

Please sign in to comment.