jpbetz / auger

Directly access data objects stored in etcd by kubernetes.
Apache License 2.0
386 stars 61 forks source link

Create GH actions pipeline #41

Open enzian opened 1 year ago

enzian commented 1 year ago

I found myself not having binaries when I needed them, so I drafted this: It runs builds on main (linux+amd64 seems to be the only arch/platform combination that executes tests successfully, builds work for all platform/arch combinations I've tried) and if a release is created, it runs on the given tag and publishes the artifacts for each platform into the release.

Is this something that could be useful? Needed?