From b98c499e7ba77ae997832a797914636fca303e3c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 12 Jan 2022 09:40:04 +0000 Subject: [PATCH] commit 4be5b750cea95cc2e00aa8081c21a8ffef7b85a1 Author: Robert Kaussow Date: Wed Jan 12 10:38:20 2022 +0100 docs: fix build command (#34) --- _index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_index.md b/_index.md index e14ff83..4969ae2 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/drone-docker +go build -v -a -tags netgo -o release/amd64/drone-docker ./cmd/drone-docker/ ``` Build the Docker image with the following command: