parent
9339e6cf09
commit
1622ff69b7
3
Makefile
3
Makefile
|
@ -12,6 +12,9 @@ build-all:
|
||||||
build-prod:
|
build-prod:
|
||||||
GOOS=linux GOARCH=arm RELEASE=prod make build
|
GOOS=linux GOARCH=arm RELEASE=prod make build
|
||||||
|
|
||||||
|
build-cloud:
|
||||||
|
GDOS=linux GOARCH=amd64 RELEASE=cloud make build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "Building ${GOOS}-${GOARCH}"
|
@echo "Building ${GOOS}-${GOARCH}"
|
||||||
GOOS=${GOOS} GOARCH=${GOARCH} go build \
|
GOOS=${GOOS} GOARCH=${GOARCH} go build \
|
||||||
|
|
|
@ -90,6 +90,7 @@ sudo apt-get install docker docker-compose
|
||||||
Check the following links for more info on [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/).
|
Check the following links for more info on [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/).
|
||||||
|
|
||||||
Aditionally, edgeboxctl needs the following bash commands available wherever it runs:
|
Aditionally, edgeboxctl needs the following bash commands available wherever it runs:
|
||||||
|
* `arm-linux-gnueabi-gcc` (`sudo apt-get install gcc-arm*`)
|
||||||
* `sh`
|
* `sh`
|
||||||
* `rm`
|
* `rm`
|
||||||
* `systemctl`
|
* `systemctl`
|
||||||
|
|
Loading…
Reference in New Issue