vmware-archive / buildkit-cli-for-kubectl

BuildKit CLI for kubectl is a tool for building container images with your Kubernetes cluster
Other
499 stars 41 forks source link

support homebrew linux installation #108

Closed nicks closed 2 years ago

nicks commented 2 years ago

What steps did you take and what happened

On Linux:

$ brew install kubectl-buildkit
...
Error: Empty installation

What did you expect to happen

I expected kubectl-buildkit to install successfully

Other details

As far as I can tell, Darwin is hard-coded in the Homebrew formula here: https://github.com/vmware-tanzu/buildkit-cli-for-kubectl/blob/main/HomebrewFormula/kubectl-buildkit.rb#L17

Would you accept a PR to make this work on Linux? Seems like it'd be easy to add.

Vote on this request

This is an invitation to the community to vote on issues. Use the "smiley face" up to the right of this comment to vote.

dhiltgen commented 2 years ago

Would you accept a PR to make this work on Linux? Seems like it'd be easy to add.

Yes please! We'd love a PR to fix up the Brew formula.