Added build-cloud to Makefile

This commit is contained in:
Paulo Truta
2021-06-14 10:34:18 +00:00
parent 9339e6cf09
commit 1622ff69b7
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ build-all:
build-prod:
GOOS=linux GOARCH=arm RELEASE=prod make build
build-cloud:
GDOS=linux GOARCH=amd64 RELEASE=cloud make build
build:
@echo "Building ${GOOS}-${GOARCH}"
GOOS=${GOOS} GOARCH=${GOARCH} go build \