swarm/docker: build swarm-smoke-pss binary

This commit is contained in:
Rafael Matias 2019-03-25 22:43:25 +01:00
parent d2a459f3af
commit 0a366c3d40
No known key found for this signature in database
GPG key ID: 1BC39532FB4A2DBD

View file

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