remove java #16
Annotations
1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c # Skip arm64 build due to https://github.com/bazelbuild/bazel/issues/17220\n # TODO: Remove this conditional once fixed\n if [ \"${TARGETARCH}\" = \"arm64\" ]; then\n echo \"Skipping arm64 build due to error in Bazel toolchain\"\n exit 0\n fi\n apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ bazel6\n # Build protoc-gen-js\n # TODO: Remove when protoc-gen-js is available in Alpine\n # https://gitlab.alpinelinux.org/alpine/aports/-/issues/14399\n mkdir -p /protoc_gen_js\n cd /protoc_gen_js\n curl -sSL https://api.github.com/repos/protocolbuffers/protobuf-javascript/tarball/${PROTOC_GEN_JS_VERSION} | tar xz --strip 1 -C /protoc_gen_js\n bazel build plugin_files\n install -D /protoc_gen_js/bazel-bin/generator/protoc-gen-js /out/usr/bin/protoc-gen-js\n xx-verify /out/usr/bin/protoc-gen-js\n" did not complete successfully: exit code: 1
|