From fb9d8370476d2dd79b3563613e0ce341d048acd0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 Apr 2022 10:53:30 +0000 Subject: [PATCH] commit fef64f2b79f7e36cb9691ced100d6e2ac5ad3c52 Author: Robert Kaussow Date: Mon Apr 25 12:51:42 2022 +0200 ci: refactor build tools and ci setup (#90) --- _index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_index.md b/_index.md index 08c6824..cdf5d1a 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-buildx ./cmd/drone-docker-buildx/ +make build ``` Build the Docker image with the following command: