From 468701f7c63978444064d95b967c27642edd0358 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 12 Jan 2022 09:38:11 +0000 Subject: [PATCH] commit 25c057585e0d6d699e0804759413d115ef19cc38 Author: Robert Kaussow Date: Wed Jan 12 10:36:15 2022 +0100 docs: fix build command (#69) --- _index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_index.md b/_index.md index 888b61b..98c8f23 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-buildx +go build -v -a -tags netgo -o release/amd64/drone-docker-buildx ./cmd/drone-docker-buildx/ ``` Build the Docker image with the following command: