We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9623748 commit f880e1cCopy full SHA for f880e1c
Makefile
@@ -85,13 +85,6 @@ build-proto: check-protoc install-ttrpc-plugin install-wasm-plugin install-proto
85
done
86
sed -i '1s;^;//go:build !wasip1\n\n;' pkg/api/api_ttrpc.pb.go
87
88
-.PHONY: build-proto-dockerized
89
-build-proto-dockerized:
90
- $(Q)docker build --build-arg ARTIFACTS="$(dir $(PROTO_SOURCES))" --target final \
91
- --output type=local,dest=$(RESOLVED_PWD) \
92
- -f hack/Dockerfile.buildproto .
93
- $(Q)tar xf artifacts.tgz && rm -f artifacts.tgz
94
-
95
build-plugins: $(PLUGINS)
96
97
build-check:
hack/Dockerfile.buildproto
0 commit comments