docs: fix build command

This commit is contained in:
Robert Kaussow 2022-01-12 10:33:46 +01:00
parent 6af488bcd7
commit cab789a173
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -31,7 +31,7 @@ export GOARCH=amd64
export CGO_ENABLED=0
export GO111MODULE=on
go build -v -a -tags netgo -o release/drone-docker-buildx
go build -v -a -tags netgo -o release/amd64/drone-docker-buildx ./cmd/drone-docker-buildx/
```
Build the Docker image with the following command: