Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 25c0575

Browse files
authored
docs: fix build command (#69)
1 parent 6af488b commit 25c0575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export GOARCH=amd64
3131
export CGO_ENABLED=0
3232
export GO111MODULE=on
3333

34-
go build -v -a -tags netgo -o release/drone-docker-buildx
34+
go build -v -a -tags netgo -o release/amd64/drone-docker-buildx ./cmd/drone-docker-buildx/
3535
```
3636

3737
Build the Docker image with the following command:

0 commit comments

Comments
 (0)