Fix env var key GOOS

This commit is contained in:
Paulo Truta
2021-06-14 11:05:08 +00:00
parent 1622ff69b7
commit a0dce5abd8
+1 -1
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}"