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 Workflow Configuration for Multi-Platform Builds #5

Merged
merged 22 commits into from
Oct 16, 2024
Merged

Conversation

yannicksiewe
Copy link
Contributor

Key Changes:
GitHub Actions Workflows:

Added two workflows for building binaries:
build.yaml: Main workflow for managing release process.
build-linux.yaml: Builds Linux binaries for amd64 and arm64 architectures.
build-macos.yaml: Builds macOS binaries, with specific support for Silicon (ARM64).

Assets:
Added UI assets (green-dot.png, gray-dot.png, pause.png, restart.png, wazuh-logo.png) used in the application.

Platform-Specific Go Files:
Added darwin.go, linux.go, and windows.go for platform-specific logic and system tray functionalities.

Impact:
This change allows for automated, multi-platform build pipelines that will ensure binaries are generated and tested across Linux, macOS, and Windows platforms, enabling cross-platform compatibility.

@yannicksiewe yannicksiewe self-assigned this Oct 13, 2024
@yannicksiewe yannicksiewe added the enhancement New feature or request label Oct 13, 2024
yannicksiewe and others added 7 commits October 13, 2024 23:34
Signed-off-by: Yannick Siewe <yannick.siewe@gmail.com>
Signed-off-by: Yannick Siewe <yannick.siewe@gmail.com>
Signed-off-by: Yannick Siewe <yannick.siewe@gmail.com>
@ArmandMeppa ArmandMeppa merged commit fe9cbc3 into main Oct 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants