-
Notifications
You must be signed in to change notification settings - Fork 3
Packaging automation #31
Copy link
Copy link
Open
Labels
Description
Is your feature request related to a problem?
For now the packaging of the binary is down in the Github releases.
However we should support multiple package manager to use the integration and usage of the tool.
Describe the solution you'd like
For linux, we can leverage snap and for mac homebrew.
In terms of automation, we could try to use goreleaser which create abstraction avoiding to setup pipelines individually.
### Tasks
- [x] Homebrew (OSX)
- [ ] Linux / Snap
Reactions are currently unavailable