Author: Robert Kaussow <mail@geeklabor.de>
Date:   Wed Jan 12 10:38:20 2022 +0100

    docs: fix build command (#34)
This commit is contained in:
Robert Kaussow 2022-01-12 09:40:04 +00:00
parent dfa5444b56
commit b98c499e7b
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: