Fix env var key GOOS

pull/17/head
Paulo Truta 2021-06-14 11:05:08 +00:00
parent 1622ff69b7
commit a0dce5abd8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ build-prod:
GOOS=linux GOARCH=arm RELEASE=prod make build
build-cloud:
GDOS=linux GOARCH=amd64 RELEASE=cloud make build
GOOS=linux GOARCH=amd64 RELEASE=cloud make build
build:
@echo "Building ${GOOS}-${GOARCH}"