mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/docker: build swarm-smoke-pss binary
This commit is contained in:
parent
d2a459f3af
commit
0a366c3d40
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ RUN mkdir -p $GOPATH/src/github.com/ethereum && \
|
|||
git checkout ${VERSION} && \
|
||||
go install -ldflags "-X main.gitCommit=${VERSION}" ./cmd/swarm && \
|
||||
go install -ldflags "-X main.gitCommit=${VERSION}" ./cmd/swarm/swarm-smoke && \
|
||||
go install -ldflags "-X main.gitCommit=${VERSION}" ./cmd/swarm/swarm-smoke-pss && \
|
||||
go install -ldflags "-X main.gitCommit=${VERSION}" ./cmd/swarm/global-store && \
|
||||
go install -ldflags "-X main.gitCommit=${VERSION}" ./cmd/geth
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue