Explicit arch var for cloud release make command
parent
b6bf06172c
commit
7fd9c94c7b
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ build-prod:
|
||||||
GOOS=linux GOARCH=arm RELEASE=prod make build
|
GOOS=linux GOARCH=arm RELEASE=prod make build
|
||||||
|
|
||||||
build-cloud:
|
build-cloud:
|
||||||
GOOS=linux GOARCH=amd64 RELEASE=cloud make build
|
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 RELEASE=cloud make build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "Building ${GOOS}-${GOARCH}"
|
@echo "Building ${GOOS}-${GOARCH}"
|
||||||
|
|
Loading…
Reference in New Issue