Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Mon Apr 25 12:48:52 2022 +0200

    cleanup makefile (#45)
This commit is contained in:
Robert Kaussow 2022-04-25 10:51:31 +00:00
parent b98c499e7b
commit 1a9b3ab0ac

View File

@ -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 ./cmd/drone-docker/
make build
```
Build the Docker image with the following command: