Jsonnet: Publish binary releases

Created on 22 Feb 2016  路  15Comments  路  Source: google/jsonnet

Preferably nightly and at every tag for mac osx and linux.

enhancement

Most helpful comment

I've create a small build repo which creates dynamically and statically linked binaries for jsonnet: https://github.com/latency-at/jsonnet-releases/releases

All 15 comments

On debian/ubuntu I think having a ppa is an advantage, although pip install jsonnet works pretty well for the Python case. I don't know much about mac. Is homebrew sufficient?

For mac, I think homebrew is sufficient until somebody requests macports.

It looks easy to update: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/jsonnet.rb

Kubernetes distributes (mostly?) static binaries for various architecture {windows,darwin,linux}x{i386,x86_64} of kubectl from the github release page. https://github.com/kubernetes/kubernetes/releases

I like static binary distribution because it works when all else fails.

Is a new release of jsonnet on its way? I'd love to be able to use named args and friends in some of our kube configs.

Alas I never got around to it before disappearing on paternity leave. I could do it from here though.

I'm happy to do the brew wrangling (what little there is, I'd just prefer to point it at a proper release/tag).

It is done!

Thank you!

For mac, I think homebrew is sufficient until somebody requests macports.

I would appreciate a MacPorts release. :-)

I've create a small build repo which creates dynamically and statically linked binaries for jsonnet: https://github.com/latency-at/jsonnet-releases/releases

@discordianfish That's cool! I've checked that the same script can be used to build Windows binaries (in context of the discussion in #380).

@sbarzowski happy to accept PRs for other platforms

We have binary releases these days, for Linux and OS X. I'm going to close this. Many thanks to everyone who worked on this stuff!

Can we add 64 bit linux binaries please?

@DocX The Linux binaries are 64 bit.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

davidzchen picture davidzchen  路  6Comments

mateuszpieniak picture mateuszpieniak  路  5Comments

griff4692 picture griff4692  路  4Comments

nikolay picture nikolay  路  7Comments

sparkprime picture sparkprime  路  6Comments