Coder Social home page Coder Social logo

Release binaries about grpcurl HOT 6 CLOSED

fullstorydev avatar fullstorydev commented on September 24, 2024
Release binaries

from grpcurl.

Comments (6)

leighmcculloch avatar leighmcculloch commented on September 24, 2024

Example of what this looks like:

https://github.com/leighmcculloch/githubcloneall/releases
https://github.com/leighmcculloch/githubcloneall/blob/master/.goreleaser.yml
https://github.com/leighmcculloch/githubcloneall/blob/master/Makefile

from grpcurl.

jhump avatar jhump commented on September 24, 2024

Before doing binary distributions, I'm currently starting with some stuff to make this easier if you use "versioned go" (e.g. install and use vgo or enable module support in Go 1.11).

That change is in a pull request that is not yet merged to master: #48. You might pull that branch down and try GO111MODULE=on go install github.com/fullstorydev/grpcurl/cmd/grpcurl using Go 1.11 (if you check it out into your GOPATH, or maybe just go install ./cmd/grpcurl if not). I think that should make things easier for you.

from grpcurl.

leighmcculloch avatar leighmcculloch commented on September 24, 2024

It's great that the app is getting modules, it should make it more reliable and builds more reproducible which is great. It doesn't make it easier though, as all of the same dependencies still need to be pulled down. The process of pulling down and installing still takes longer than pulling down a binary that's already prebuilt.

I'd be happy to open a PR with a goreleaser setup that will build the binary for Linux, Mac, Windows, package it and put it into the GitHub releases. Let me know if you'd be up for a PR like that.

from grpcurl.

jhump avatar jhump commented on September 24, 2024

@leighmcculloch, sure goreleaser sounds interesting. Thanks!

from grpcurl.

leighmcculloch avatar leighmcculloch commented on September 24, 2024

On it!

from grpcurl.

leighmcculloch avatar leighmcculloch commented on September 24, 2024

@jhump See #49.

from grpcurl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.