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

    ci: refactor build tools and ci setup (#31)
This commit is contained in:
Robert Kaussow 2022-04-25 10:58:46 +00:00
parent 402d3d8f08
commit a5e971d04b
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-matrix
make build
```
Build the Docker image with the following command: