Skip to content

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.

@rasooll
Copy link
Author

rasooll commented Mar 3, 2025

Hi @doxx, I noticed that with each build, the git repo size is growing significantly, which isn’t ideal. I think moving built binaries to the release page could help—wanted to get your thoughts on this. What’s your take?

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