inlets / inletsctl

Create inlets servers on the top cloud platforms

Home Page:https://docs.inlets.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compress each binary release

alexellis opened this issue · comments

We should compress each binary so that the download is quicker. Tar/gzip seems the most portable option.

The get.sh script must also be updated.

This is needed after adding the EC2 SDK which took us from 8mb to 38mb 🤯

@utsavanand2 one for you sir?

Sure I'll handle it 😄

Screenshot 2020-01-21 at 8 16 41 PM

For the sake of documentation, I am posting the size comparison of gzip and bzip2 compression of the inletsctl binary for linux

@utsavanand2 how soon can you get a PR up for this? You'll need to edit the bash scripts, maybe the makefile and the travis file.

get.sh also will need an update to download and extract.

I'll put this one up as soon as I can. Most likely tonight only!

I've updated get.sh but need to update the Makefile and travis.yml