kcp-dev / contrib-tmc

An experimental add-on readding some Kubernetes compute APIs and impement transparent multi-cluster scheduling
Apache License 2.0
5 stars 3 forks source link

bug: goreleaser does not build kubectl-workspaces (plural) #19

Open mjudeikis opened 1 year ago

mjudeikis commented 1 year ago

Describe the bug

Currently, goreleaser in CI does not build plural kubectl-workspaces (just kubectl-workspace) Similar as:

  hooks:
    post:
      - ln -sfr bin/kubectl-workspace bin/kubectl-workspaces
      - ln -sfr bin/kubectl-workspace bin/kubectl-ws

Steps To Reproduce

Check release pipelines artifacts output

Expected Behaviour

have both binaries for easier usage

Additional Context

No response