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