create fabric-javaenv:2.2.0 image for arm architecture #fabric-chaincode
kokolaki@...
Hello, I want to build hyperledger/fabric-javaenv:2.2.0 image for fabric v2.2.0 on arm architecture . I followed the instructions from repository: https://github.com/hyperledger/fabric-chaincode-java and when I run
./gradlew clean build install I have the following error: > Configure project :2.2.0 Configure project :fabric-chaincode-shimChecking Licences... All remaining files have Apache 2.0 headers Task :fabric-chaincode-protos:generateProto FAILEDFAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':fabric-chaincode-protos:generateProto'. Could not resolve all files for configuration ':fabric-chaincode-protos:protobufToolsLocator_grpc'.> Could not find protoc-gen-grpc-java-linux-aarch_64.exe (io.grpc:protoc-gen-grpc-java:1.23.0). Searched in the following locations: https://repo.maven.apache.org/maven2/io/grpc/protoc-gen-grpc-java/1.23.0/protoc-gen-grpc-java-1.23.0-linux-aarch_64.exe * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 4s 8 actionable tasks: 5 executed, 3 up-to-date |
|