mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-23 21:30:39 +00:00
commit 4be5b750ce
Author: Robert Kaussow <mail@geeklabor.de> Date: Wed Jan 12 10:38:20 2022 +0100 docs: fix build command (#34)
This commit is contained in:
parent
dfa5444b56
commit
b98c499e7b
@ -31,7 +31,7 @@ export GOARCH=amd64
|
|||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
|
||||||
go build -v -a -tags netgo -o release/drone-docker
|
go build -v -a -tags netgo -o release/amd64/drone-docker ./cmd/drone-docker/
|
||||||
```
|
```
|
||||||
|
|
||||||
Build the Docker image with the following command:
|
Build the Docker image with the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user