Fix to makefile build-prod
parent
812cf31dc4
commit
cb3ecec5f4
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ build-all:
|
||||||
GOOS=linux GOARCH=arm make build
|
GOOS=linux GOARCH=arm make build
|
||||||
|
|
||||||
build-prod:
|
build-prod:
|
||||||
GDOS=linux GOARCH=arm RELEASE=prod make build
|
GOOS=linux GOARCH=arm RELEASE=prod make build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "Building ${GOOS}-${GOARCH}"
|
@echo "Building ${GOOS}-${GOARCH}"
|
||||||
|
|
Loading…
Reference in New Issue