Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Mon Apr 25 12:56:05 2022 +0200

    ci: refactor build tools and ci setup (#23)
This commit is contained in:
Robert Kaussow 2022-04-25 10:58:48 +00:00
parent 0e0c92cdb2
commit e635fe18ea
1 changed files with 1 additions and 1 deletions

View File

@ -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: