hasheddan / k8scr

Kubernetes Container Registry
Apache License 2.0
113 stars 7 forks source link

Make binaries avaiable #5

Open luebken opened 2 years ago

luebken commented 2 years ago

I would like to write a guide that leverages k8scr to make Crossplane fully offline available. With the current setup users would need to clone this repo and run make build. I would like to simplify the setup that it doesn't involve any go build or make build. A simple script to curl would be fine.

hasheddan commented 2 years ago

@luebken apologies for the long delay here! We now have initial CI in place and artifacts are being uploaded alongside the worflow runs (example: https://github.com/hasheddan/k8scr/actions/runs/2034352096). We should have a first release available soon with binaries for common platforms 👍🏻