Grpc-web: Add grpwebproxy arm binaries to releases

Created on 16 Apr 2019  路  4Comments  路  Source: improbable-eng/grpc-web

Following up from #387, we should add arm builds to the existing binaries in all future releases.

I used the following commands to build the v0.12.0 release:

$ GO111MODULE=off CGO_ENABLED=0 GOARM=5 GOARCH=arm go build -o grpcwebproxy-v0.12.0-arm5 ./go/grpcwebproxy/
$ GO111MODULE=off CGO_ENABLED=0 GOARM=6 GOARCH=arm go build -o grpcwebproxy-v0.12.0-arm6 ./go/grpcwebproxy/
$ GO111MODULE=off CGO_ENABLED=0 GOARM=7 GOARCH=arm go build -o grpcwebproxy-v0.12.0-arm7 ./go/grpcwebproxy/
$ GO111MODULE=off CGO_ENABLED=0 GOARCH=arm64 go build -o grpcwebproxy-v0.12.0-arm64 ./go/grpcwebproxy/

Most helpful comment

Done

All 4 comments

Why did the 0.13 release not have the arm64 builds ?

Ah, I believe they have to be built manually still, I can get that done.

Done

Perfect ! Thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mier85 picture mier85  路  16Comments

ktr0731 picture ktr0731  路  13Comments

gertcuykens picture gertcuykens  路  15Comments

beeekind picture beeekind  路  6Comments

igorgatis picture igorgatis  路  4Comments