File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ LOCAL_OTHER_ARTIFACTS="$KOKORO_GFILE_DIR"/github/grpc-java/artifacts/
4141[[ " $( find " $LOCAL_MVN_ARTIFACTS " -type f -iname ' protoc-gen-grpc-java-*-linux-s390_64.exe' | wc -l) " != ' 0' ]]
4242
4343# from macos job:
44- [[ " $( find " $LOCAL_MVN_ARTIFACTS " -type f -iname ' protoc-gen-grpc-java-*-osx-x86_64 .exe' | wc -l) " != ' 0' ]]
44+ [[ " $( find " $LOCAL_MVN_ARTIFACTS " -type f -iname ' protoc-gen-grpc-java-*-osx-aarch_64 .exe' | wc -l) " != ' 0' ]]
4545# copy all x86 artifacts to aarch until native artifacts are built
46- find " $LOCAL_MVN_ARTIFACTS " -type f -iname ' protoc-gen-grpc-java-*-osx-x86_64 .exe*' -exec bash -c ' cp "${0}" "${0/x86/ aarch}"' {} \;
46+ find " $LOCAL_MVN_ARTIFACTS " -type f -iname ' protoc-gen-grpc-java-*-osx-aarch_64 .exe*' -exec bash -c ' cp "${0}" "${0/aarch/x86 }"' {} \;
4747
4848# from windows job:
4949[[ " $( find " $LOCAL_MVN_ARTIFACTS " -type f -iname ' protoc-gen-grpc-java-*-windows-x86_64.exe' | wc -l) " != ' 0' ]]
You can’t perform that action at this time.
0 commit comments