-
Notifications
You must be signed in to change notification settings - Fork 15
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 to build releases #113
Conversation
The generated windows binaries are yet to be verified. But it is ready for review and testing. Things to look for;
|
I have continued to verify:
Should we delete the "old" debian folder in this PR directly? Wont be used anymore. |
Windows binaries (including tray) checked on windows. |
Wrapped the pre-hook command in "sh -c " is the answer to make it run properly. Added a commit that fixes it. |
0432a88
to
6b115a6
Compare
Since we now build .deb packages with goreleaser we remove the debian directory.
Let's use -buildvcs=false If the Git directory even has some untracked files the binary will be different with buildvcs tracking. This will probably shoot us in the foot again and again.
6b115a6
to
ea8dc6e
Compare
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.
LGTM.
The files needed to build the packages I have put in the
system/
folder. Some of these are duplicates from thedebian
folder, this is intentional since I think we can remove the ´Debian`folder going forward.The only noticeable difference between our "old" Debian package and these are that the
tkey-ssh-agent.1
was gzip. It is not here.Needs to be verified: