Skip to content

Commit

Permalink
fixes for crosscompile and macos steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Jan 19, 2024
1 parent 2789cf7 commit 9f33dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ steps:
- label: ":linux: Crosscompile"
command:
- ".buildkite/auditbeat/scripts/crosscompile.sh"
env:
GOX_FLAGS: "-arch amd64"
notify:
- github_commit_status:
context: "auditbeat: Unit Tests"
Expand Down Expand Up @@ -96,6 +98,7 @@ steps:
key: "macos-extended"
# if: build.env("GITHUB_PR_TRIGGER_COMMENT") == "auditbeat for macos" || build.env("GITHUB_PR_LABELS") =~ /.*macOS.*/
command:
- "chgrp staff /tmp"
- ".buildkite/auditbeat/scripts/unit-tests.sh"
notify:
- github_commit_status:
Expand Down

0 comments on commit 9f33dc2

Please sign in to comment.