tokopedia / gripmock

gRPC Mock Server
Apache License 2.0
659 stars 156 forks source link

Added scripts for multi platform support #127

Closed pmorelli92 closed 1 year ago

pmorelli92 commented 2 years ago

Solves #124

@jekiapp I modified the build.sh scripts so you can build locally the image targeting the usual amd/64, but when you want to push a release you can execute push.sh instead to push the same image, with the same version, on both amd/64 and arm/64.

I tried it on my docker account, and this is how it looks: https://hub.docker.com/repository/registry-1.docker.io/pmorelli92/gripmock/tags?page=1&ordering=last_updated

Could you be kind enough to do us a favor an push the current release to be multi platform?

pmorelli92 commented 1 year ago

Hi @jekiapp any hope you can have a look at this?

johnpawleysky commented 1 year ago

@pmorelli92 has there been any traction on this? We may have to internally publish a version of this image unless this functionality is made available.

pmorelli92 commented 1 year ago

Hi @johnpawleysky I received no answer so far so I guess 0 traction. I did the code changes already, all we need is this to be merged and published tbh.

johnpawleysky commented 1 year ago

Hi @johnpawleysky I received no answer so far so I guess 0 traction. I did the code changes already, all we need is this to be merged and published tbh.

i've tried e-mailing their open source support line. Maybe that'll get some attention.

jekiapp commented 1 year ago

Hi sorry for the long reply, it's been a hectic month for me and our org. Believe it or not, due to security reasons, it's been so hard to install things on the company laptop. It's embarrassing but, currently, I can't even compile proto (I'm working on it). And docker is also banned (seriously, it needs special requests).

pmorelli92 commented 1 year ago

Hi @jekiapp, any news regarding this?

pmorelli92 commented 1 year ago

Hello, any news on this?