docs: fix build command (#34)

This commit is contained in:
Robert Kaussow 2022-01-12 10:38:20 +01:00 committed by GitHub
parent dd20be95f0
commit 4be5b750ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
go build -v -a -tags netgo -o release/amd64/drone-docker ./cmd/drone-docker/
```
Build the Docker image with the following command: