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

Add release action #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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