Skip to content

Conversation

arthurbdiniz
Copy link

Helps #5

This PR adds an action to build the binaries and create a release just by creating a tag.

How to create a release

git tag <new-tag>
git push origin  <new-tag>

Release output

image

Then the users can:

  1. Download the latest release’s tarball for your client platform.
  2. Extract the tarball:
tar -xvf <RELEASE-TARBALL-NAME>.tar.gz
  1. Move the extracted tfk8s binary to somewhere in your $PATH (/usr/local/bin for most users).

Signed-off-by: Arthur Diniz <arthurbdiniz@gmail.com>
@Rishang
Copy link

Rishang commented Nov 14, 2022

Thanks for the PR i just recently raised issue for this #53 @jrhouston this would be helpful

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

Successfully merging this pull request may close these issues.

2 participants