-
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
Add goreleaser github action #174
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Look for additional review though since I am party to this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested a minor change. Thanks for adding caching and getting this complete in a short time.
@cre8minus1 , @bcle We can release a binary for Arlon CLI for Windows too using |
Haven't tried it yet.
…On Fri, Aug 26, 2022, 21:56 Shaunak Joshi ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In .github/workflows/goreleaser.yaml
<#174 (comment)>:
> + - '*'
+jobs:
+ goreleaser:
+ environment: arlon
+ runs-on: ubuntu-latest
+ steps:
+ -
+ name: Checkout
+ uses: ***@***.***
+ with:
+ fetch-depth: 0
+ -
+ name: Set up Go
+ uses: ***@***.***
+ with:
+ go-version: 1.17
Can we use different go-versions in goreleaser yaml for different branches
or will that lead to lot of code duplication ?
—
Reply to this email directly, view it on GitHub
<#174 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJNJ3UXBDZN74UGTTMFJMT3V3DV2PANCNFSM57WUN4NA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See minor comment.
* add goreleaser github action
This partly fixes #60 Create Compiled Arlon CLI for Linux and the Build Infrastructure
goreleaser allows the Arlon team to publish releases on GitHub. The configuration is YAML based and feature rich.
Aha! Link: https://pf9.aha.io/features/ARLON-281