Skip to content
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 action for automation build binaries and release #6

Merged
merged 15 commits into from
Aug 7, 2024

Conversation

v-kamerdinerov
Copy link
Contributor

@v-kamerdinerov v-kamerdinerov commented Aug 7, 2024

Added automatic build and release from tag.

Also slightly edited README a bit, added information about running on different architectures and on Mac OS.

Build for all possible OS variations and architectures.

SNI-Finder-darwin-amd64
SNI-Finder-darwin-arm64
SNI-Finder-linux-amd64
SNI-Finder-linux-arm64
SNI-Finder-windows-amd64.exe
SNI-Finder-windows-arm64.exe

The release process is trivial:

  • create a new tag in the console
❯ git tag 1.0.7
  • push tags
❯ git push origin --tags
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:v-kamerdinerov/SNI-Finder.git
 * [new tag] 1.0.7 -> 1.0.7
  • enjoy automatic binary build and release
image image image

For maintainer - please squash all my commits :) Sorry for debugging process.

@v-kamerdinerov v-kamerdinerov marked this pull request as ready for review August 7, 2024 08:46
@v-kamerdinerov
Copy link
Contributor Author

@hawshemi review please

@hawshemi hawshemi merged commit 7dce6f9 into hawshemi:main Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants