Skip to content

Commit

Permalink
Fix windows mage build targets
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
  • Loading branch information
alexsapran committed Mar 19, 2024
1 parent 1dcce41 commit 0ce5a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auditbeat/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ stages:
command: "mage -d auditbeat build unitTest"
platform: "family/platform-ingest-beats-rhel-9"
unitTest-windows-2022:
command: "mage build unitTest"
command: "mage -d auditbeat build unitTest"
platform: "family/platform-ingest-beats-windows-2022"
unitTest-windows-2016:
command: "mage build unitTest"
command: "mage -d auditbeat build unitTest"
platform: "family/platform-ingest-beats-windows-2016"
# optional stage - it runs on:
# - branches/tags
Expand All @@ -50,5 +50,5 @@ stages:
platform: "generic-13-ventura-x64"
provider: "orka"
unitTest-windows-2019:
command: "mage build unitTest"
command: "mage -d auditbeat build unitTest"
platform: "family/core-windows-2019"

0 comments on commit 0ce5a62

Please sign in to comment.