Fix to makefile build-prod

pull/5/head
Paulo Truta 2021-03-04 14:06:48 +00:00
parent 812cf31dc4
commit cb3ecec5f4
1 changed files with 1 additions and 1 deletions

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}"