Failed generating a binary file in Hyperledger fabric

Viewed 24

System:Ubuntu 20.04 LTS core:Arm64 go version: go1.17.6 linux/arm64

i want to deploy the fabric in the Ubuntu, but the ARM64 architecture binaries are not officially available. Therefore i download the Fabric and fabric-ca source code to compile the generated binaries. when i try to create peer i am getting this following errors.

make peer
Building build/bin/peer
GOBIN=/home/parallels/go/src/github.com/hyperledger/fabric/build/bin go install -tags "" -ldflags "-X github.com/hyperledger/fabric/common/metadata.Version=3.0.0 -X github.com/hyperledger/fabric/common/metadata.CommitSHA=ad74ff2bc -X github.com/hyperledger/fabric/common/metadata.BaseDockerLabel=org.hyperledger.fabric -X github.com/hyperledger/fabric/common/metadata.DockerNamespace=hyperledger" -buildvcs=false github.com/hyperledger/fabric/cmd/peer
flag provided but not defined: -buildvcs
usage: go install [build flags] [packages]
Run 'go help install' for details.
make: *** [Makefile:225: build/bin/peer] Error 2
0 Answers
Related