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 GitHub Actions Workflow for Building and Releasing Binaries with Checksums #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rasooll
Copy link

@rasooll rasooll commented Dec 14, 2024

Summary

This pull request introduces a GitHub Actions workflow for building client and server applications and uploading the built binaries as assets on the GitHub release.

Features

  • Platform Support: Supports Linux, Windows, and macOS.
  • Architecture Support: Builds for amd64 and arm64.
  • Checksum File: Generates a single checksum file containing the checksums of all built binaries and adds it to the release assets.
  • Automation: The workflow is automatically triggered after publishing a new release.
  • Lightweight Clean Repository: Deletes binary files from the repository to keep it lightweight and clean, as binaries are now attached to releases.

Example

Please check the release page below as an example:
https://github.com/rasooll/darkflare/releases


If any changes are needed or if you have suggestions to improve this workflow, feel free to let me know, and I will update the pull request accordingly.

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.

1 participant