Fix env var key GOOS
parent
1622ff69b7
commit
a0dce5abd8
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:
|
||||||
GDOS=linux GOARCH=amd64 RELEASE=cloud make build
|
GOOS=linux GOARCH=amd64 RELEASE=cloud make build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "Building ${GOOS}-${GOARCH}"
|
@echo "Building ${GOOS}-${GOARCH}"
|
||||||
|
|
Loading…
Reference in New Issue