From e635fe18eab488ed12fa8aff93987096c5f86cb8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 Apr 2022 10:58:48 +0000 Subject: [PATCH] commit dd498d9592c43139c53a98f579a3343ab777187e Author: Robert Kaussow Date: Mon Apr 25 12:56:05 2022 +0200 ci: refactor build tools and ci setup (#23) --- _index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_index.md b/_index.md index 6fc7a51..485e868 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-yaml +make build ``` Build the Docker image with the following command: