Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerise and wrap with a golang builder #4

Open
joeblew99 opened this issue Sep 7, 2019 · 1 comment
Open

Dockerise and wrap with a golang builder #4

joeblew99 opened this issue Sep 7, 2019 · 1 comment

Comments

@joeblew99
Copy link

joeblew99 commented Sep 7, 2019

Make it easy for devs on all OS's to build the GRPC bindings for any language.

I like this as a basis: https://github.com/lucor/fyne-cross
It runs from any developer desktop and runs cross compilation in docker.
It then returns the results ( in this case a built binary) back to the host in the same directory.
The dev has no involvement with docker and the golang code does it all.

People will want to build their grpc implementation in different languages for Servers and desktops and so this provides that.

Its 100% golang, and so its possible to have it call the nodejs, python, c# installers and boot strap correctly for each Language / OS Permutation.

THis will also make it ease to do CI

@tylertreat
Copy link
Member

Cool, will take a look at that when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants