-
Notifications
You must be signed in to change notification settings - Fork 345
Support Apple arm64 arch #574
Comments
The same problem |
forgot about mac m1 users ? |
Facing the same issue, is there any workaround until this is fixed? |
In my case, I just add |
Any updates on this one? |
Seems like protobuf is not publishing precompiled binaries for Apple ARM machines yet. More details here protocolbuffers/protobuf#8428 |
Seems like protobuf now supports apple arm. I'd really like to use the prototool docker image on apple silicon (though that would mean linux arm, not apple arm)!
|
I still get the same error |
I was looking for solution and found this https://hub.docker.com/r/decoder89/prototool-m1/tags |
when I run
prototool generate
in my Macbook pro M1 chip, it printsunsupported value for runtime.GOARCH: arm64
, then I searched the repo and found this function ininternal/protoc/downloader.go
:So I guess it is a bug of
prototool
and composed this issue to ask for some help.The text was updated successfully, but these errors were encountered: