Skip to content

Commit 2b4d216

Browse files
committed
add comment to install-protoc about arm mac build
1 parent baa94bb commit 2b4d216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ install-go-tools: install
6565
GOBIN=$(DEPSGOBIN) go install github.com/onsi/ginkgo/ginkgo
6666

6767
# proto compiler installation
68+
# no explicit arm build, but x86_64 build works on arm macs
6869
PROTOC_VERSION:=3.15.8
6970
PROTOC_URL:=https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}
7071
.PHONY: install-protoc

0 commit comments

Comments
 (0)