diff --git a/_index.md b/_index.md index 08c6824..cdf5d1a 100644 --- a/_index.md +++ b/_index.md @@ -31,7 +31,7 @@ export GOARCH=amd64 export CGO_ENABLED=0 export GO111MODULE=on -go build -v -a -tags netgo -o release/amd64/drone-docker-buildx ./cmd/drone-docker-buildx/ +make build ``` Build the Docker image with the following command: