diff --git a/Makefile b/Makefile index 3e187dd..bcabf7f 100644 --- a/Makefile +++ b/Makefile @@ -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}"