Fix to makefile build-prod

This commit is contained in:
Paulo Truta
2021-03-04 14:06:48 +00:00
parent 812cf31dc4
commit cb3ecec5f4
+1 -1
View File
@@ -10,7 +10,7 @@ build-all:
GOOS=linux GOARCH=arm make build
build-prod:
GDOS=linux GOARCH=arm RELEASE=prod make build
GOOS=linux GOARCH=arm RELEASE=prod make build
build:
@echo "Building ${GOOS}-${GOARCH}"