Skip to content

Instantly share code, notes, and snippets.

@kbruner

kbruner/build.sh Secret

Last active December 24, 2020 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/663ba195adef9a7e8d99704c8ce5982a to your computer and use it in GitHub Desktop.
Save kbruner/663ba195adef9a7e8d99704c8ce5982a to your computer and use it in GitHub Desktop.
cd $GOPATH/src/github.com
git clone https://github.com/alexellis/k3sup/
cd k3sup
git checkout 0.9.13
go build -ldflags="-X github.com/alexellis/k3sup/cmd.Version=0.9.13"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment