mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-01 02:40:39 +00:00
use make build in readme
This commit is contained in:
parent
abbb3d4f89
commit
223440f2f2
@ -31,7 +31,7 @@ export GOARCH=amd64
|
|||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
|
||||||
go build -v -a -tags netgo -o dist/drone-docker ./cmd/drone-docker/
|
make build
|
||||||
```
|
```
|
||||||
|
|
||||||
Build the Docker image with the following command:
|
Build the Docker image with the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user