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 baa94bb commit 2b4d216Copy full SHA for 2b4d216
Makefile
@@ -65,6 +65,7 @@ install-go-tools: install
65
GOBIN=$(DEPSGOBIN) go install github.com/onsi/ginkgo/ginkgo
66
67
# proto compiler installation
68
+# no explicit arm build, but x86_64 build works on arm macs
69
PROTOC_VERSION:=3.15.8
70
PROTOC_URL:=https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}
71
.PHONY: install-protoc
0 commit comments