Skip to content

Commit

Permalink
fix: update ci pipelines dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa committed Oct 16, 2024
1 parent 4134bc6 commit 58fe9df
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build Binaries for macOS (Silicon ARM64)

on:
workflow_run:
workflows: ["Build Binaries for Linux (amd64, arm64)"]
branches: [main]
types:
- completed
push:
branches:
- main
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build Binaries for Windows (Silicon AMD64)
name: Build Binaries for Windows (AMD64)

on:
workflow_run:
workflows: ["Build Binaries for macOS (Silicon ARM64)"]
branches: [main]
types:
- completed
push:
branches:
- main
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Build Release

on:
workflow_run:
workflows: ["Build Binaries for Windows (AMD64)"]
branches: [main]
types:
- completed
push:
branches:
- main
tags:
- 'v*'
pull_request:

env:
GO_VERSION: 1.22
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wazuh Agent Status
[![Release Client](https://github.com/ADORSYS-GIS/wazuh-agent-status/actions/workflows/build.yaml/badge.svg)](https://github.com/ADORSYS-GIS/wazuh-agent-status/actions/workflows/build.yaml)
[![Release Client](https://github.com/ADORSYS-GIS/wazuh-agent-status/actions/workflows/release.yaml/badge.svg)](https://github.com/ADORSYS-GIS/wazuh-agent-status/actions/workflows/release.yaml)

**Wazuh Agent Status** is an application designed to monitor the state of Wazuh agents. This tool provides real-time insights into the operational status of agents, ensuring they are functioning correctly and efficiently.

Expand Down

0 comments on commit 58fe9df

Please sign in to comment.