-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Compiled Arlon CLI for Linux and the Build Infrastructure #60
Comments
It may be easier to just publish binaries without package system integration. The only downside with that is it won't have a built-in upgrade feature. |
I just noticed that issue #61 is about a self-update system. Perhaps a standalone binary combined with that feature would solve the lack of integration with native package manager. |
I can look into this (tagging and releasing binaries). In addition, GoReleaser has support for creating Linux packages and Homebrew taps With GoReleaser, you can:
There are alternatives to GoReleaser too, like goxc (note that |
@cruizen can you adjust the effort estimate, and also break this into estimates for each of the OSes. |
I'm splitting this into 3 issues one for each OS |
To make Arlon easier to use we need to create an automated build system that can publish the cli for Linux.
The end goal is to make using Arlon much easier, with a complied CLI users can download and go.
Users of any desktop OS should be able to download the CLI and use it.
Other OS support will be delivered after Linux
Aha! Link: https://pf9.aha.io/features/ARLON-156
The text was updated successfully, but these errors were encountered: