Tess Rinearson
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -222,7 +222,7 @@ build-docker: build-linux |
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Build linux binary on other platforms
|
|
|
|
build-linux: tools |
|
|
|
build-linux: |
|
|
|
GOOS=linux GOARCH=amd64 $(MAKE) build |
|
|
|
.PHONY: build-linux |
|
|
|
|
|
|
|