From a5e971d04b55dc89f55aec7793f7c02eca757053 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 Apr 2022 10:58:46 +0000 Subject: [PATCH] commit 38c2f9e52352fa29ca94e3b30631fef63e3f280e Author: Robert Kaussow Date: Mon Apr 25 12:55:06 2022 +0200 ci: refactor build tools and ci setup (#31) --- _index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_index.md b/_index.md index 39f7a6c..9ec8847 100644 --- a/_index.md +++ b/_index.md @@ -27,7 +27,7 @@ export GOARCH=amd64 export CGO_ENABLED=0 export GO111MODULE=on -go build -v -a -tags netgo -o release/linux/amd64/drone-matrix +make build ``` Build the Docker image with the following command: