From 1a9b3ab0acceaae587d121c9d01c0c287369ac1b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 Apr 2022 10:51:31 +0000 Subject: [PATCH] commit 4b1e479d93a3d3710cc7b4269fde5da94dcf9ce8 Author: Robert Kaussow Date: Mon Apr 25 12:48:52 2022 +0200 cleanup makefile (#45) --- _index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_index.md b/_index.md index 4969ae2..c59b458 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 ./cmd/drone-docker/ +make build ``` Build the Docker image with the following command: