Explicit arch var for cloud release make command

cli-support
Paulo Truta 2022-10-08 16:20:37 +00:00
parent b6bf06172c
commit 7fd9c94c7b
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:
GOOS=linux GOARCH=amd64 RELEASE=cloud make build
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 RELEASE=cloud make build
build:
@echo "Building ${GOOS}-${GOARCH}"