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

    ci: refactor build tools and ci setup (#90)
This commit is contained in:
Robert Kaussow 2022-04-25 10:53:30 +00:00
parent 34d75bfdea
commit fb9d837047

View File

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